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

Fuzzer details

Fuzzer: fuzz_parse

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 15 9.67%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 140 90.3%
All colors 155 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
5 18 cssselect.parser.parse call site: 00018 cssselect.parser.Selector.__init__
4 104 cssselect.parser.parse_simple_selector call site: 00104 .len
1 26 cssselect.parser.tokenize call site: 00026 match.group
1 28 cssselect.parser.tokenize call site: 00028 match.group
1 31 cssselect.parser.tokenize call site: 00031 match.group
1 51 cssselect.parser.parse_simple_selector call site: 00051 peek.is_delim
1 76 cssselect.parser.parse_attrib call site: 00076 stream.peek
1 93 cssselect.parser.FunctionalPseudoElement.__init__ call site: 00093 cssselect.parser.parse_arguments

Runtime coverage analysis

Covered functions
112
Functions that are reachable but not covered
27
Reachable functions
51
Percentage of reachable functions covered
47.06%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_parse 4
cssselect.parser 47

Fuzzer: fuzz_xpath

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 17 10.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 149 89.7%
All colors 166 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
5 29 cssselect.parser.parse call site: 00029 cssselect.parser.Selector.__init__
4 115 cssselect.parser.parse_simple_selector call site: 00115 .len
1 4 ...fuzz_xpath.TestOneInput call site: 00004 cssselect.xpath.GenericTranslator.selector_to_xpath
1 14 cssselect.xpath.GenericTranslator.selector_to_xpath call site: 00014 cssselect.parser.parse
1 37 cssselect.parser.tokenize call site: 00037 match.group
1 39 cssselect.parser.tokenize call site: 00039 match.group
1 42 cssselect.parser.tokenize call site: 00042 match.group
1 62 cssselect.parser.parse_simple_selector call site: 00062 peek.is_delim
1 87 cssselect.parser.parse_attrib call site: 00087 stream.peek
1 104 cssselect.parser.FunctionalPseudoElement.__init__ call site: 00104 cssselect.parser.parse_arguments

Runtime coverage analysis

Covered functions
112
Functions that are reachable but not covered
30
Reachable functions
58
Percentage of reachable functions covered
48.28%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_xpath 4
cssselect.xpath 10
cssselect.parser 47