Project: setuptools

Language python
OSS-Fuzz project link
Build status: Fuzzers failing: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector failing: Build log
Fuzzer count 1
Lines of code 3478
Lines covered 1136
Code coverage 32.66%
Code coverage report Report link
Static reachability 3.07%
Fuzz Introspector report Report link (from 2024-09-08)

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
setuptools.dist.Distribution.parse_config_files setuptools.dist 1092 0.0%
setuptools.command.develop.develop.run setuptools.command.develop 1009 0.0%
setuptools.config.pyprojecttoml.apply_configuration setuptools.config.pyprojecttoml 1002 0.0%
setuptools.command.develop.develop.install_for_development setuptools.command.develop 989 0.0%
setuptools.command.easy_install.easy_install.run setuptools.command.easy_install 962 0.0%
setuptools.command.easy_install.easy_install.process_distribution setuptools.command.easy_install 960 0.0%
setuptools.command.easy_install.easy_install.easy_install setuptools.command.easy_install 959 0.0%
setuptools.command.easy_install.easy_install.install_item setuptools.command.easy_install 959 0.0%
...fuzz_config_pyprojecttoml.TestOneInput ...fuzz_config_pyprojecttoml 882 0.0%
setuptools.config.pyprojecttoml.read_configuration setuptools.config.pyprojecttoml 870 0.0%