Project: urlextract

Language python
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 1
Lines of code 2218
Lines covered 1112
Code coverage 50.14%
Code coverage report Report link
Static reachability 28.96%
Fuzz Introspector report Report link (from 2024-09-06)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
urlextract.urlextract_core.report_issue.wrapper_urlextract_cli urlextract.urlextract_core 369 16.66%
urlextract.urlextract_core._urlextract_cli urlextract.urlextract_core 366 0.0%
...fuzz_find_urls.TestOneInput ...fuzz_find_urls 203 0.0%
urlextract.urlextract_core.URLExtract.update_when_older urlextract.urlextract_core 117 0.0%
urlextract.urlextract_core.URLExtract.update urlextract.urlextract_core 98 0.0%
urlextract.cachefile.CacheFile._download_tlds_list urlextract.cachefile 61 0.0%
urlextract.urlextract_core._urlextract_cli.get_args urlextract.urlextract_core 18 0.0%
urlextract.urlextract_core.dns_cache_install urlextract.urlextract_core 17 4.347%
urlextract.urlextract_core.URLExtract.add_enclosure urlextract.urlextract_core 15 0.0%
urlextract.urlextract_core.URLExtract.remove_enclosure urlextract.urlextract_core 15 0.0%