Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
pyparsing.core.ParserElement.run_tests pyparsing.core 15 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 12 0 17 13 8 217 1 695 484
pyparsing.diagram.to_railroad pyparsing.diagram 6 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 12 0 5 5 5 190 1 626 117
pyparsing.helpers.one_of pyparsing.helpers 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 12 0 6 11 7 193 1 614 55
pyparsing.testing.pyparsing_test.reset_pyparsing_context.restore pyparsing.testing 1 ['N/A'] 4 0 4 2 4 26 1 84 54
pyparsing.helpers._makeTags pyparsing.helpers 4 ['N/A', 'N/A', 'N/A', 'N/A'] 9 0 3 2 4 112 4 349 53
pyparsing.core.Each.parseImpl pyparsing.core 4 ['N/A', 'N/A', 'N/A', 'N/A'] 4 0 10 8 6 23 0 78 42
pyparsing.results.ParseResults.dump pyparsing.results 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 4 0 9 7 6 19 1 66 39
pyparsing.core.Word.__init__ pyparsing.core 9 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 3 0 1 20 11 21 0 76 37
pyparsing.core.IndentedBlock.parseImpl pyparsing.core 4 ['N/A', 'N/A', 'N/A', 'N/A'] 11 0 3 2 4 168 0 534 36

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
22.0%
105 / 475
Cyclomatic complexity statically reachable by fuzzers
24.0%
410 / 1676

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Files and Directories in report