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

Fuzzer details

Fuzzer: fuzz_any_spec

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 538 81.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.30%
lawngreen 50+ 123 18.5%
All colors 663 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
274 108 Ascii::next call site: 00108 encoding_update
109 532 gen::rev_spec call site: 00532 gen_spec_base
34 425 cmd::execute call site: 00425 DynEncoding::specification
27 19 string call site: 00019 Encoding::decode_len
24 67 Specification::encoding call site: 00067 load_preset
24 399 Specification::encoding call site: 00399 load_preset
20 642 gen::bytes call site: 00642 gen_spec_base
8 94 Ascii::rev call site: 00094 parse_map
5 2 cmd::execute call site: 00002
3 15 bytes call site: 00015
2 104 Ascii::next call site: 00104 Ascii::next
2 479 Encoding::is_canonical call site: 00479

Runtime coverage analysis

Covered functions
45
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/fuzz_any_spec.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: impl_encode_len

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 604 91.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 59 8.89%
All colors 663 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
274 108 Ascii::next call site: 00108 encoding_update
118 544 cmd::execute call site: 00544 gen_spec_base
61 399 Specification::encoding call site: 00399 load_preset
51 8 BothOutput::default call site: 00008 Specification::encoding
43 489 Ascii::new call site: 00489
35 67 Specification::encoding call site: 00067 load_preset
5 2 cmd::execute call site: 00002
5 482 Encoding::is_canonical call site: 00482
4 536 gen_spec_base call site: 00536 debug
2 104 Ascii::next call site: 00104 Ascii::next
2 479 Encoding::is_canonical call site: 00479
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
87
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/impl_encode_len.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: impl_new_encoder

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 588 88.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 75 11.3%
All colors 663 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
274 108 Ascii::next call site: 00108 encoding_update
88 543 gen_spec_base call site: 00543 gen_spec_base
61 399 Specification::encoding call site: 00399 load_preset
44 15 bytes call site: 00015 Specification::encoding
44 489 Ascii::new call site: 00489 gen_spec_base
35 67 Specification::encoding call site: 00067 load_preset
7 655 cmd::execute call site: 00655 gen_spec_base
6 8 BothOutput::default call site: 00008 string
5 2 cmd::execute call site: 00002
5 482 Encoding::is_canonical call site: 00482
5 645 cmd::execute call site: 00645
4 536 gen_spec_base call site: 00536 debug

Runtime coverage analysis

Covered functions
218
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/impl_new_encoder.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: impl_encode

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 586 88.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 77 11.6%
All colors 663 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
109 553 cmd::execute call site: 00553 gen_spec_base
74 308 encode call site: 00308 get_encoding
67 239 Vec::encode call site: 00239 text_update
61 399 Specification::encoding call site: 00399 load_preset
59 178 range::encode call site: 00178 load_preset
58 113 bits_value call site: 00113 encoding_update
51 8 BothOutput::default call site: 00008 Specification::encoding
44 489 Ascii::new call site: 00489 gen_spec_base
12 67 Specification::encoding call site: 00067 load_preset
9 543 gen_spec_base call site: 00543 gen_spec_base
5 2 cmd::execute call site: 00002
5 97 bits_value call site: 00097 Ascii::next

Runtime coverage analysis

Covered functions
217
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/impl_encode.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: impl_encode_mut_str

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 586 88.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 77 11.6%
All colors 663 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
87 575 cmd::execute call site: 00575 gen_spec_base
74 308 encode call site: 00308 get_encoding
67 239 Vec::encode call site: 00239 text_update
61 399 Specification::encoding call site: 00399 load_preset
59 178 range::encode call site: 00178 load_preset
58 113 bits_value call site: 00113 encoding_update
51 8 BothOutput::default call site: 00008 Specification::encoding
44 489 Ascii::new call site: 00489 gen_spec_base
31 543 gen_spec_base call site: 00543 gen_spec_base
12 67 Specification::encoding call site: 00067 load_preset
5 2 cmd::execute call site: 00002
5 97 bits_value call site: 00097 Ascii::next

Runtime coverage analysis

Covered functions
217
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/impl_encode_mut_str.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: impl_encode_write_buffer

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 598 90.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 65 9.80%
All colors 663 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
274 108 Ascii::next call site: 00108 encoding_update
61 399 Specification::encoding call site: 00399 load_preset
51 8 BothOutput::default call site: 00008 Specification::encoding
51 543 gen_spec_base call site: 00543 gen_spec_base
44 489 Ascii::new call site: 00489 gen_spec_base
35 67 Specification::encoding call site: 00067 load_preset
30 600 cmd::execute call site: 00600 Encoding::encode_write_buffer_uninit
22 640 gen::nat call site: 00640 gen_spec_base
7 631 cmd::execute call site: 00631 gen_spec_base
5 2 cmd::execute call site: 00002
5 482 Encoding::is_canonical call site: 00482
4 536 gen_spec_base call site: 00536 debug

Runtime coverage analysis

Covered functions
212
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/impl_encode_write_buffer.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: spec_spec_base

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 605 91.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 58 8.74%
All colors 663 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
274 108 Ascii::next call site: 00108 encoding_update
118 543 gen_spec_base call site: 00543 gen_spec_base
61 399 Specification::encoding call site: 00399 load_preset
51 8 BothOutput::default call site: 00008 Specification::encoding
44 489 Ascii::new call site: 00489 gen_spec_base
35 67 Specification::encoding call site: 00067 load_preset
5 2 cmd::execute call site: 00002
5 482 Encoding::is_canonical call site: 00482
4 536 gen_spec_base call site: 00536 debug
2 104 Ascii::next call site: 00104 Ascii::next
2 479 Encoding::is_canonical call site: 00479
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
36
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/spec_spec_base.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: spec_decode_encode

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 601 90.6%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.30%
lawngreen 50+ 60 9.04%
All colors 663 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
274 108 Ascii::next call site: 00108 encoding_update
112 543 gen_spec_base call site: 00543 gen_spec_base
61 399 Specification::encoding call site: 00399 load_preset
51 8 BothOutput::default call site: 00008 Specification::encoding
44 489 Ascii::new call site: 00489 gen_spec_base
35 67 Specification::encoding call site: 00067 load_preset
5 2 cmd::execute call site: 00002
5 482 Encoding::is_canonical call site: 00482
4 536 gen_spec_base call site: 00536 debug
2 104 Ascii::next call site: 00104 Ascii::next
2 479 Encoding::is_canonical call site: 00479
2 660 cmd::execute call site: 00660 gen_spec_base

Runtime coverage analysis

Covered functions
293
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/spec_decode_encode.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: impl_encode_append

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 584 88.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 79 11.9%
All colors 663 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
84 578 cmd::execute call site: 00578 gen_spec_base
74 308 encode call site: 00308 get_encoding
67 239 Vec::encode call site: 00239 text_update
61 399 Specification::encoding call site: 00399 load_preset
59 178 range::encode call site: 00178 load_preset
58 113 bits_value call site: 00113 encoding_update
51 8 BothOutput::default call site: 00008 Specification::encoding
44 489 Ascii::new call site: 00489 gen_spec_base
32 543 gen_spec_base call site: 00543 gen_spec_base
12 67 Specification::encoding call site: 00067 load_preset
5 2 cmd::execute call site: 00002
5 97 bits_value call site: 00097 Ascii::next

Runtime coverage analysis

Covered functions
217
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/impl_encode_append.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: impl_decode_len

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 604 91.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.30%
lawngreen 50+ 57 8.59%
All colors 663 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
274 108 Ascii::next call site: 00108 encoding_update
113 549 cmd::execute call site: 00549 gen_spec_base
61 399 Specification::encoding call site: 00399 load_preset
51 8 BothOutput::default call site: 00008 Specification::encoding
44 489 Ascii::new call site: 00489 gen_spec_base
35 67 Specification::encoding call site: 00067 load_preset
5 2 cmd::execute call site: 00002
5 482 Encoding::is_canonical call site: 00482
4 536 gen_spec_base call site: 00536 debug
4 543 gen_spec_base call site: 00543
2 104 Ascii::next call site: 00104 Ascii::next
2 479 Encoding::is_canonical call site: 00479

Runtime coverage analysis

Covered functions
56
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/impl_decode_len.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: impl_decode

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 591 89.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 72 10.8%
All colors 663 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
269 113 bits_value call site: 00113 encoding_update
88 574 cmd::execute call site: 00574 gen_spec_base
61 399 Specification::encoding call site: 00399 load_preset
51 8 BothOutput::default call site: 00008 Specification::encoding
44 489 Ascii::new call site: 00489 gen_spec_base
17 555 cmd::execute call site: 00555 Encoding::decode_mut_uninit
12 67 Specification::encoding call site: 00067 load_preset
10 543 gen_spec_base call site: 00543 gen_spec_base
5 2 cmd::execute call site: 00002
5 97 bits_value call site: 00097 Ascii::next
5 482 Encoding::is_canonical call site: 00482
4 108 Ascii::next call site: 00108 Ascii::next

Runtime coverage analysis

Covered functions
330
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/impl_decode.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: spec_encode_decode

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 605 91.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 58 8.74%
All colors 663 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
274 108 Ascii::next call site: 00108 encoding_update
117 543 gen_spec_base call site: 00543 gen_spec_base
61 399 Specification::encoding call site: 00399 load_preset
51 8 BothOutput::default call site: 00008 Specification::encoding
44 489 Ascii::new call site: 00489 gen_spec_base
35 67 Specification::encoding call site: 00067 load_preset
5 2 cmd::execute call site: 00002
5 482 Encoding::is_canonical call site: 00482
4 536 gen_spec_base call site: 00536 debug
2 104 Ascii::next call site: 00104 Ascii::next
2 479 Encoding::is_canonical call site: 00479
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
413
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/spec_encode_decode.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzzer: template

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 514 77.5%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 2 0.30%
lawngreen 50+ 147 22.1%
All colors 663 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
74 308 encode call site: 00308 get_encoding
67 239 Vec::encode call site: 00239 text_update
61 399 Specification::encoding call site: 00399 load_preset
61 574 cmd::execute call site: 00574 gen_spec_base
59 178 range::encode call site: 00178 load_preset
58 113 bits_value call site: 00113 encoding_update
27 19 string call site: 00019 Encoding::decode_len
20 642 gen::bytes call site: 00642 gen_spec_base
17 555 cmd::execute call site: 00555 Encoding::decode_mut_uninit
12 67 Specification::encoding call site: 00067 load_preset
10 543 gen_spec_base call site: 00543 gen_spec_base
5 2 cmd::execute call site: 00002

Runtime coverage analysis

Covered functions
525
Functions that are reachable but not covered
1
Reachable functions
2
Percentage of reachable functions covered
50.0%
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
lib/fuzz/fuzz_targets/template.rs 2
lib/fuzz/src/cmd.rs 39
lib/src/lib.rs 23
lib/fuzz/src/gen.rs 24
lib/macro/internal/src/lib.rs 21
lib/fuzz/src/spec.rs 8
lib/tests/lib.rs 15
www/src/utf8.rs 8
www/src/lib.rs 62
bin/src/main.rs 11
www/src/state.rs 53
lib/fuzz/examples/analyze.rs 2
lib/v3/src/lib.rs 16
nostd/src/main.rs 4

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

lib/fuzz/fuzz_targets/fuzz_any_spec.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['Ascii::next', 'gen::rev_spec', 'cmd::execute', 'string', 'Specification::encoding', 'gen::bytes', 'Ascii::rev', 'bytes']

lib/fuzz/fuzz_targets/impl_encode_len.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['Ascii::next', 'cmd::execute', 'Specification::encoding', 'BothOutput::default', 'Ascii::new', 'Encoding::is_canonical', 'gen_spec_base']

lib/fuzz/fuzz_targets/impl_new_encoder.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['Ascii::next', 'gen_spec_base', 'Specification::encoding', 'bytes', 'Ascii::new', 'cmd::execute', 'BothOutput::default', 'Encoding::is_canonical']

lib/fuzz/fuzz_targets/impl_encode.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['cmd::execute', 'encode', 'Vec::encode', 'Specification::encoding', 'range::encode', 'bits_value', 'BothOutput::default', 'Ascii::new', 'gen_spec_base']

lib/fuzz/fuzz_targets/impl_encode_mut_str.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['cmd::execute', 'encode', 'Vec::encode', 'Specification::encoding', 'range::encode', 'bits_value', 'BothOutput::default', 'Ascii::new', 'gen_spec_base']

lib/fuzz/fuzz_targets/impl_encode_write_buffer.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['Ascii::next', 'Specification::encoding', 'BothOutput::default', 'gen_spec_base', 'Ascii::new', 'cmd::execute', 'gen::nat']

lib/fuzz/fuzz_targets/spec_spec_base.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['Ascii::next', 'gen_spec_base', 'Specification::encoding', 'BothOutput::default', 'Ascii::new', 'cmd::execute', 'Encoding::is_canonical']

lib/fuzz/fuzz_targets/spec_decode_encode.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['Ascii::next', 'gen_spec_base', 'Specification::encoding', 'BothOutput::default', 'Ascii::new', 'cmd::execute', 'Encoding::is_canonical']

lib/fuzz/fuzz_targets/impl_encode_append.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['cmd::execute', 'encode', 'Vec::encode', 'Specification::encoding', 'range::encode', 'bits_value', 'BothOutput::default', 'Ascii::new', 'gen_spec_base']

lib/fuzz/fuzz_targets/impl_decode_len.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['Ascii::next', 'cmd::execute', 'Specification::encoding', 'BothOutput::default', 'Ascii::new', 'Encoding::is_canonical', 'gen_spec_base']

lib/fuzz/fuzz_targets/impl_decode.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['bits_value', 'cmd::execute', 'Specification::encoding', 'BothOutput::default', 'Ascii::new', 'gen_spec_base']

lib/fuzz/fuzz_targets/spec_encode_decode.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['Ascii::next', 'gen_spec_base', 'Specification::encoding', 'BothOutput::default', 'Ascii::new', 'cmd::execute', 'Encoding::is_canonical']

lib/fuzz/fuzz_targets/template.rs

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['encode', 'Vec::encode', 'Specification::encoding', 'cmd::execute', 'range::encode', 'bits_value', 'string', 'gen::bytes']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
data_encoding::encode_wrap_mut::data_encoding::N1, data_encoding::Bf, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N1, data_encoding::Bt, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N2, data_encoding::Bf, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N2, data_encoding::Bt, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N3, data_encoding::Bf, data_encoding::Osu8, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N3, data_encoding::Bf, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N3, data_encoding::Bt, data_encoding::Osu8, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N3, data_encoding::Bt, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N4, data_encoding::Bf, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N4, data_encoding::Bt, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N5, data_encoding::Bf, data_encoding::Osu8, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N5, data_encoding::Bf, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N5, data_encoding::Bt, data_encoding::Osu8, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N5, data_encoding::Bt, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N6, data_encoding::Bf, data_encoding::Osu8, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N6, data_encoding::Bf, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N6, data_encoding::Bt, data_encoding::Osu8, data_encoding::On 31 12 38.70%
data_encoding::encode_wrap_mut::data_encoding::N6, data_encoding::Bt, data_encoding::On, data_encoding::On 31 12 38.70%
data_encoding::decode_pad_mut::data_encoding::N1, data_encoding::Bf, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N1, data_encoding::Bt, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N2, data_encoding::Bf, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N2, data_encoding::Bt, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N3, data_encoding::Bf, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N3, data_encoding::Bt, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N4, data_encoding::Bf, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N4, data_encoding::Bt, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N5, data_encoding::Bf, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N5, data_encoding::Bt, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N6, data_encoding::Bf, data_encoding::Bf 52 6 11.53%
data_encoding::decode_pad_mut::data_encoding::N6, data_encoding::Bt, data_encoding::Bf 52 6 11.53%
data_encoding::decode_wrap_mut::data_encoding::N1, data_encoding::Bf, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N1, data_encoding::Bt, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N2, data_encoding::Bf, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N2, data_encoding::Bt, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N3, data_encoding::Bf, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N3, data_encoding::Bt, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N4, data_encoding::Bf, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N4, data_encoding::Bt, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N5, data_encoding::Bf, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N5, data_encoding::Bt, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N6, data_encoding::Bf, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N6, data_encoding::Bt, data_encoding::Bf, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N3, data_encoding::Bf, data_encoding::Bt, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N3, data_encoding::Bt, data_encoding::Bt, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N5, data_encoding::Bf, data_encoding::Bt, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N5, data_encoding::Bt, data_encoding::Bt, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N6, data_encoding::Bf, data_encoding::Bt, data_encoding::Bf 44 7 15.90%
data_encoding::decode_wrap_mut::data_encoding::N6, data_encoding::Bt, data_encoding::Bt, data_encoding::Bf 44 7 15.90%

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
/src/data-encoding/cmp/benches/lib.rs [] []
/src/data-encoding/lib/fuzz/fuzz_targets/spec_spec_base.rs ['spec_spec_base'] []
/src/data-encoding/lib/src/lib.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template']
/src/data-encoding/bin/src/main.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] ['impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_decode_encode', 'impl_encode_append', 'spec_encode_decode', 'template']
/src/data-encoding/nostd/src/main.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] []
/src/data-encoding/lib/fuzz/src/cmd.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template']
/src/data-encoding/lib/fuzz/src/gen.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template']
/src/data-encoding/lib/fuzz/fuzz_targets/impl_encode_mut_str.rs ['impl_encode_mut_str'] []
/src/data-encoding/lib/fuzz/fuzz_targets/impl_encode_write_buffer.rs ['impl_encode_write_buffer'] []
/src/data-encoding/lib/fuzz/fuzz_targets/impl_encode_len.rs ['impl_encode_len'] []
/src/data-encoding/lib/fuzz/fuzz_targets/impl_decode.rs ['impl_decode'] []
/src/data-encoding/lib/fuzz/fuzz_targets/spec_decode_encode.rs ['spec_decode_encode'] []
/src/data-encoding/lib/fuzz/fuzz_targets/spec_encode_decode.rs ['spec_encode_decode'] []
/src/data-encoding/lib/fuzz/fuzz_targets/template.rs ['template'] []
/src/data-encoding/www/src/utf8.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] []
/src/data-encoding/lib/fuzz/examples/analyze.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template']
/src/data-encoding/lib/fuzz/fuzz_targets/impl_encode.rs ['impl_encode'] []
/src/data-encoding/lib/v3/tests/lib.rs [] []
/src/data-encoding/lib/fuzz/fuzz_targets/impl_new_encoder.rs ['impl_new_encoder'] []
/src/data-encoding/cmp/src/lib.rs [] []
/src/data-encoding/lib/fuzz/src/spec.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template']
/src/data-encoding/xtask/src/main.rs [] []
/src/data-encoding/lib/macro/internal/src/lib.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] []
/src/data-encoding/lib/fuzz/fuzz_targets/fuzz_any_spec.rs ['fuzz_any_spec'] []
/src/data-encoding/cmp/tests/lib.rs [] []
/src/data-encoding/www/src/range.rs [] []
/src/data-encoding/lib/macro/src/lib.rs [] []
/src/data-encoding/lib/v3/src/lib.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template']
/src/data-encoding/lib/fuzz/fuzz_targets/impl_encode_append.rs ['impl_encode_append'] []
/src/data-encoding/www/src/lib.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] []
/src/data-encoding/lib/tests/lib.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] ['impl_new_encoder', 'template']
/src/data-encoding/www/src/state.rs ['fuzz_any_spec', 'impl_encode_len', 'impl_new_encoder', 'impl_encode', 'impl_encode_mut_str', 'impl_encode_write_buffer', 'spec_spec_base', 'spec_decode_encode', 'impl_encode_append', 'impl_decode_len', 'impl_decode', 'spec_encode_decode', 'template'] []
/src/data-encoding/lib/fuzz/fuzz_targets/impl_decode_len.rs ['impl_decode_len'] []
/src/data-encoding/lib/benches/lib.rs [] []
/src/data-encoding/lib/macro/tests/lib.rs [] []

Directories in report

Directory
/src/data-encoding/www/src/
/src/data-encoding/lib/fuzz/fuzz_targets/
/src/data-encoding/lib/src/
/src/data-encoding/nostd/src/
/src/data-encoding/cmp/tests/
/src/data-encoding/bin/src/
/src/data-encoding/lib/fuzz/examples/
/src/data-encoding/cmp/src/
/src/data-encoding/lib/macro/tests/
/src/data-encoding/lib/macro/internal/src/
/src/data-encoding/lib/tests/
/src/data-encoding/cmp/benches/
/src/data-encoding/lib/v3/src/
/src/data-encoding/xtask/src/
/src/data-encoding/lib/benches/
/src/data-encoding/lib/v3/tests/
/src/data-encoding/lib/macro/src/
/src/data-encoding/lib/fuzz/src/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
fuzz_any_spec fuzzerLogFile-fuzz_any_spec.data fuzzerLogFile-fuzz_any_spec.data.yaml fuzz_any_spec.covreport
impl_encode_len fuzzerLogFile-impl_encode_len.data fuzzerLogFile-impl_encode_len.data.yaml impl_encode_len.covreport
impl_new_encoder fuzzerLogFile-impl_new_encoder.data fuzzerLogFile-impl_new_encoder.data.yaml impl_new_encoder.covreport
impl_encode fuzzerLogFile-impl_encode.data fuzzerLogFile-impl_encode.data.yaml impl_encode.covreport
impl_encode_mut_str fuzzerLogFile-impl_encode_mut_str.data fuzzerLogFile-impl_encode_mut_str.data.yaml impl_encode_mut_str.covreport
impl_encode_write_buffer fuzzerLogFile-impl_encode_write_buffer.data fuzzerLogFile-impl_encode_write_buffer.data.yaml impl_encode_write_buffer.covreport
spec_spec_base fuzzerLogFile-spec_spec_base.data fuzzerLogFile-spec_spec_base.data.yaml spec_spec_base.covreport
spec_decode_encode fuzzerLogFile-spec_decode_encode.data fuzzerLogFile-spec_decode_encode.data.yaml spec_decode_encode.covreport
impl_encode_append fuzzerLogFile-impl_encode_append.data fuzzerLogFile-impl_encode_append.data.yaml impl_encode_append.covreport
impl_decode_len fuzzerLogFile-impl_decode_len.data fuzzerLogFile-impl_decode_len.data.yaml impl_decode_len.covreport
impl_decode fuzzerLogFile-impl_decode.data fuzzerLogFile-impl_decode.data.yaml impl_decode.covreport
spec_encode_decode fuzzerLogFile-spec_encode_decode.data fuzzerLogFile-spec_encode_decode.data.yaml spec_encode_decode.covreport
template fuzzerLogFile-template.data fuzzerLogFile-template.data.yaml impl_encode_append.covreport , spec_encode_decode.covreport , fuzz_any_spec.covreport , impl_new_encoder.covreport , spec_spec_base.covreport , impl_encode_len.covreport , impl_encode.covreport , spec_decode_encode.covreport , impl_encode_write_buffer.covreport , impl_decode_len.covreport , impl_encode_mut_str.covreport , impl_decode.covreport