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

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
write-integer-i16 fuzz/fuzz_targets/write-integer-i16.rs 2 1711 1 1 0 0 write-integer-i16.rs
parse-integer-isize fuzz/fuzz_targets/parse-integer-isize.rs 2 1711 1 1 0 0 parse-integer-isize.rs
write-integer-u128 fuzz/fuzz_targets/write-integer-u128.rs 2 1711 1 1 0 0 write-integer-u128.rs
parse-integer-u128 fuzz/fuzz_targets/parse-integer-u128.rs 2 1711 1 1 0 0 parse-integer-u128.rs
parse-integer-i128 fuzz/fuzz_targets/parse-integer-i128.rs 2 1711 1 1 0 0 parse-integer-i128.rs
write-integer-i32 fuzz/fuzz_targets/write-integer-i32.rs 2 1711 1 1 0 0 write-integer-i32.rs
write-integer-u8 fuzz/fuzz_targets/write-integer-u8.rs 2 1711 1 1 0 0 write-integer-u8.rs
parse-integer-u8 fuzz/fuzz_targets/parse-integer-u8.rs 2 1711 1 1 0 0 parse-integer-u8.rs
write-float-f64 fuzz/fuzz_targets/write-float-f64.rs 2 1711 1 1 0 0 write-float-f64.rs
parse-integer-u64 fuzz/fuzz_targets/parse-integer-u64.rs 2 1711 1 1 0 0 parse-integer-u64.rs
parse-float-f64 fuzz/fuzz_targets/parse-float-f64.rs 2 1711 1 1 0 0 parse-float-f64.rs
parse-integer-i8 fuzz/fuzz_targets/parse-integer-i8.rs 2 1711 1 1 0 0 parse-integer-i8.rs
parse-integer-i16 fuzz/fuzz_targets/parse-integer-i16.rs 2 1711 1 1 0 0 parse-integer-i16.rs
parse-integer-i64 fuzz/fuzz_targets/parse-integer-i64.rs 2 1711 1 1 0 0 parse-integer-i64.rs
write-integer-u32 fuzz/fuzz_targets/write-integer-u32.rs 2 1711 1 1 0 0 write-integer-u32.rs
parse-integer-usize fuzz/fuzz_targets/parse-integer-usize.rs 2 1711 1 1 0 0 parse-integer-usize.rs
write-integer-i8 fuzz/fuzz_targets/write-integer-i8.rs 2 1711 1 1 0 0 write-integer-i8.rs
write-float-f32 fuzz/fuzz_targets/write-float-f32.rs 2 1711 1 1 0 0 write-float-f32.rs
write-integer-usize fuzz/fuzz_targets/write-integer-usize.rs 2 1711 1 1 0 0 write-integer-usize.rs
parse-integer-u16 fuzz/fuzz_targets/parse-integer-u16.rs 2 1711 1 1 0 0 parse-integer-u16.rs
parse-integer-i32 fuzz/fuzz_targets/parse-integer-i32.rs 2 1711 1 1 0 0 parse-integer-i32.rs
write-integer-u64 fuzz/fuzz_targets/write-integer-u64.rs 2 1711 1 1 0 0 write-integer-u64.rs
write-integer-i128 fuzz/fuzz_targets/write-integer-i128.rs 2 1711 1 1 0 0 write-integer-i128.rs
write-integer-isize fuzz/fuzz_targets/write-integer-isize.rs 2 1711 1 1 0 0 write-integer-isize.rs
parse-float-f32 fuzz/fuzz_targets/parse-float-f32.rs 2 1711 1 1 0 0 parse-float-f32.rs
write-integer-u16 fuzz/fuzz_targets/write-integer-u16.rs 2 1711 1 1 0 0 write-integer-u16.rs
write-integer-i64 fuzz/fuzz_targets/write-integer-i64.rs 2 1711 1 1 0 0 write-integer-i64.rs
parse-integer-u32 fuzz/fuzz_targets/parse-integer-u32.rs 2 1711 1 1 0 0 parse-integer-u32.rs

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: write-integer-i16

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
27
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
fuzz/fuzz_targets/write-integer-i16.rs 2

Fuzzer: parse-integer-isize

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
41
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
fuzz/fuzz_targets/parse-integer-isize.rs 2

Fuzzer: write-integer-u128

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
33
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
fuzz/fuzz_targets/write-integer-u128.rs 2

Fuzzer: parse-integer-u128

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
44
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
fuzz/fuzz_targets/parse-integer-u128.rs 2

Fuzzer: parse-integer-i128

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
41
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
fuzz/fuzz_targets/parse-integer-i128.rs 2

Fuzzer: write-integer-i32

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
27
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
fuzz/fuzz_targets/write-integer-i32.rs 2

Fuzzer: write-integer-u8

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
23
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
fuzz/fuzz_targets/write-integer-u8.rs 2

Fuzzer: parse-integer-u8

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
41
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
fuzz/fuzz_targets/parse-integer-u8.rs 2

Fuzzer: write-float-f64

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
134
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
fuzz/fuzz_targets/write-float-f64.rs 2

Fuzzer: parse-integer-u64

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
41
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
fuzz/fuzz_targets/parse-integer-u64.rs 2

Fuzzer: parse-float-f64

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
224
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
fuzz/fuzz_targets/parse-float-f64.rs 2

Fuzzer: parse-integer-i8

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
33
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
fuzz/fuzz_targets/parse-integer-i8.rs 2

Fuzzer: parse-integer-i16

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
49
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
fuzz/fuzz_targets/parse-integer-i16.rs 2

Fuzzer: parse-integer-i64

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
41
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
fuzz/fuzz_targets/parse-integer-i64.rs 2

Fuzzer: write-integer-u32

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
23
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
fuzz/fuzz_targets/write-integer-u32.rs 2

Fuzzer: parse-integer-usize

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
41
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
fuzz/fuzz_targets/parse-integer-usize.rs 2

Fuzzer: write-integer-i8

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
27
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
fuzz/fuzz_targets/write-integer-i8.rs 2

Fuzzer: write-float-f32

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
126
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
fuzz/fuzz_targets/write-float-f32.rs 2

Fuzzer: write-integer-usize

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
30
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
fuzz/fuzz_targets/write-integer-usize.rs 2

Fuzzer: parse-integer-u16

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
41
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
fuzz/fuzz_targets/parse-integer-u16.rs 2

Fuzzer: parse-integer-i32

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
41
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
fuzz/fuzz_targets/parse-integer-i32.rs 2

Fuzzer: write-integer-u64

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
25
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
fuzz/fuzz_targets/write-integer-u64.rs 2

Fuzzer: write-integer-i128

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
37
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
fuzz/fuzz_targets/write-integer-i128.rs 2

Fuzzer: write-integer-isize

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
32
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
fuzz/fuzz_targets/write-integer-isize.rs 2

Fuzzer: parse-float-f32

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

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
fuzz/fuzz_targets/parse-float-f32.rs 2

Fuzzer: write-integer-u16

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
23
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
fuzz/fuzz_targets/write-integer-u16.rs 2

Fuzzer: write-integer-i64

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
28
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
fuzz/fuzz_targets/write-integer-i64.rs 2

Fuzzer: parse-integer-u32

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 2 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2 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
1 0 EP call site: 00000

Runtime coverage analysis

Covered functions
41
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
fuzz/fuzz_targets/parse-integer-u32.rs 2

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.

fuzz/fuzz_targets/write-integer-i16.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-isize.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-u128.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-u128.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-i128.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-i32.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-u8.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-u8.rs

Dictionary

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


fuzz/fuzz_targets/write-float-f64.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-u64.rs

Dictionary

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


fuzz/fuzz_targets/parse-float-f64.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-i8.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-i16.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-i64.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-u32.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-usize.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-i8.rs

Dictionary

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


fuzz/fuzz_targets/write-float-f32.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-usize.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-u16.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-i32.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-u64.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-i128.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-isize.rs

Dictionary

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


fuzz/fuzz_targets/parse-float-f32.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-u16.rs

Dictionary

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


fuzz/fuzz_targets/write-integer-i64.rs

Dictionary

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


fuzz/fuzz_targets/parse-integer-u32.rs

Dictionary

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


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/rust-lexical/extras/benchmark/parse-integer/random.rs [] []
/src/rust-lexical/lexical-write-float/src/binary.rs [] []
/src/rust-lexical/lexical-util/src/format_flags.rs [] []
/src/rust-lexical/lexical-parse-float/src/binary.rs [] []
/src/rust-lexical/lexical-write-integer/src/decimal.rs [] []
/src/rust-lexical/lexical-parse-float/tests/bigint_tests.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-isize.rs ['write-integer-isize'] []
/src/rust-lexical/lexical-util/src/options.rs [] []
/src/rust-lexical/lexical-util/tests/digit_tests.rs [] []
/src/rust-lexical/lexical-write-float/etc/correctness/dragonbox/shorter_interval.rs [] []
/src/rust-lexical/lexical-util/src/feature_format.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-u64.rs ['write-integer-u64'] []
/src/rust-lexical/lexical-parse-integer/src/algorithm.rs [] []
/src/rust-lexical/lexical-parse-float/tests/limits_tests.rs [] []
/src/rust-lexical/lexical-write-float/src/radix.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-isize.rs ['parse-integer-isize'] []
/src/rust-lexical/lexical-write-integer/src/write.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-i16.rs ['parse-integer-i16'] []
/src/rust-lexical/lexical-util/tests/iterator_tests.rs [] []
/src/rust-lexical/lexical-util/src/iterator.rs [] []
/src/rust-lexical/lexical-util/src/num.rs [] []
/src/rust-lexical/extras/write-integer/tests/radix_tests.rs [] []
/src/rust-lexical/lexical-util/tests/format_builder_tests.rs [] []
/src/rust-lexical/lexical/src/lib.rs [] []
/src/rust-lexical/lexical-util/src/format_builder.rs [] []
/src/rust-lexical/lexical-parse-float/src/bellerophon.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-i32.rs ['write-integer-i32'] []
/src/rust-lexical/lexical-write-float/tests/binary_tests.rs [] []
/src/rust-lexical/lexical-parse-float/tests/shared_tests.rs [] []
/src/rust-lexical/extras/benchmark/algorithm/division.rs [] []
/src/rust-lexical/lexical-core/tests/api_tests.rs [] []
/src/rust-lexical/extras/benchmark/parse-float/earth.rs [] []
/src/rust-lexical/lexical-parse-float/tests/options_tests.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/ui.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-float-f32.rs ['parse-float-f32'] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-u128.rs ['write-integer-u128'] []
/src/rust-lexical/extras/benchmark/parse-integer/json.rs [] []
/src/rust-lexical/extras/benchmark/parse-float/black_box.rs [] []
/src/rust-lexical/lexical-util/src/ascii.rs [] []
/src/rust-lexical/extras/parse-integer/tests/api_tests.rs [] []
/src/rust-lexical/extras/core/tests/float_pow2_tests.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-i16.rs ['write-integer-i16'] []
/src/rust-lexical/fuzz/fuzz_targets/parse-float-f64.rs ['parse-float-f64'] []
/src/rust-lexical/fuzz/fuzz_targets/write-float-f32.rs ['write-float-f32'] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/long_fractions.rs [] []
/src/rust-lexical/lexical-write-integer/src/jeaiii.rs [] []
/src/rust-lexical/lexical-write-float/src/write.rs [] []
/src/rust-lexical/lexical-write-float/tests/algorithm_tests.rs [] []
/src/rust-lexical/extras/size/bin/core_parse.rs [] []
/src/rust-lexical/extras/parse-float/tests/api_tests.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/main.rs [] []
/src/rust-lexical/lexical-util/src/div128.rs [] []
/src/rust-lexical/lexical-parse-float/tests/stackvec.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/spot_checks.rs [] []
/src/rust-lexical/lexical-parse-float/tests/lemire_tests.rs [] []
/src/rust-lexical/lexical-parse-float/src/float.rs [] []
/src/rust-lexical/lexical-parse-float/src/limits.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-i32.rs ['parse-integer-i32'] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/exhaustive.rs [] []
/src/rust-lexical/lexical-write-float/etc/correctness/dragonbox/opts.rs [] []
/src/rust-lexical/lexical-parse-float/tests/slow_tests.rs [] []
/src/rust-lexical/extras/benchmark/write-integer/json.rs [] []
/src/rust-lexical/lexical-parse-float/tests/mask_tests.rs [] []
/src/rust-lexical/lexical-write-integer/src/digit_count.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-u8.rs ['parse-integer-u8'] []
/src/rust-lexical/lexical-write-integer/src/radix.rs [] []
/src/rust-lexical/extras/write-integer/tests/decimal_tests.rs [] []
/src/rust-lexical/lexical-parse-integer/tests/partial_tests.rs [] []
/src/rust-lexical/lexical-parse-float/src/table_decimal.rs [] []
/src/rust-lexical/lexical-parse-float/tests/bellerophon.rs [] []
/src/rust-lexical/lexical-parse-float/tests/api_tests.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/lib.rs [] []
/src/rust-lexical/lexical-write-integer/tests/digit_count_tests.rs [] []
/src/rust-lexical/lexical-parse-float/src/options.rs [] []
/src/rust-lexical/lexical-parse-integer/src/parse.rs [] []
/src/rust-lexical/extras/benchmark/parse-float/mesh.rs [] []
/src/rust-lexical/lexical-util/tests/not_feature_format_tests.rs [] []
/src/rust-lexical/lexical-write-integer/tests/api_tests.rs [] []
/src/rust-lexical/lexical-util/tests/algorithm_tests.rs [] []
/src/rust-lexical/lexical-write-float/tests/api_tests.rs [] []
/src/rust-lexical/extras/benchmark/parse-float/json.rs [] []
/src/rust-lexical/lexical-parse-float/src/mask.rs [] []
/src/rust-lexical/lexical-parse-float/tests/float_tests.rs [] []
/src/rust-lexical/lexical-parse-integer/tests/issue_91_tests.rs [] []
/src/rust-lexical/lexical-write-float/src/shared.rs [] []
/src/rust-lexical/lexical-write-float/tests/compact_tests.rs [] []
/src/rust-lexical/lexical-parse-integer/src/options.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/validate/tests.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-i8.rs ['parse-integer-i8'] []
/src/rust-lexical/lexical-write-float/etc/correctness/dragonbox/ones.rs [] []
/src/rust-lexical/lexical-parse-float/tests/issue_96_tests.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/traits.rs [] []
/src/rust-lexical/lexical-parse-float/tests/bellerophon_radix_tests.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-unittests/main.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-u32.rs ['parse-integer-u32'] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-i64.rs ['parse-integer-i64'] []
/src/rust-lexical/lexical-util/tests/format_flags_tests.rs [] []
/src/rust-lexical/extras/write-integer/tests/api_tests.rs [] []
/src/rust-lexical/lexical-parse-float/tests/binary_tests.rs [] []
/src/rust-lexical/lexical-util/src/constants.rs [] []
/src/rust-lexical/lexical-write-integer/tests/decimal_tests.rs [] []
/src/rust-lexical/extras/benchmark/parse-float/canada.rs [] []
/src/rust-lexical/lexical-parse-float/tests/number_tests.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-u128.rs ['parse-integer-u128'] []
/src/rust-lexical/extras/write-integer/tests/digit_count_tests.rs [] []
/src/rust-lexical/lexical-util/src/error.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-i64.rs ['write-integer-i64'] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-i128.rs ['write-integer-i128'] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/sparse.rs [] []
/src/rust-lexical/lexical-util/tests/bf16_tests.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/integers.rs [] []
/src/rust-lexical/lexical-parse-float/tests/stackvec_tests.rs [] []
/src/rust-lexical/lexical-write-float/src/algorithm.rs [] []
/src/rust-lexical/lexical-write-integer/src/algorithm.rs [] []
/src/rust-lexical/lexical-parse-float/src/table_radix.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-u32.rs ['write-integer-u32'] []
/src/rust-lexical/lexical-parse-float/src/shared.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/subnorm.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-u16.rs ['write-integer-u16'] []
/src/rust-lexical/lexical-util/src/step.rs [] []
/src/rust-lexical/extras/benchmark/algorithm/bigint.rs [] []
/src/rust-lexical/lexical-write-integer/src/api.rs [] []
/src/rust-lexical/lexical-parse-float/tests/parse_tests.rs [] []
/src/rust-lexical/lexical-parse-float/tests/libm_tests.rs [] []
/src/rust-lexical/extras/parse-float/tests/util.rs [] []
/src/rust-lexical/lexical-util/src/libm.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-u8.rs ['write-integer-u8'] []
/src/rust-lexical/lexical-util/tests/feature_format_tests.rs [] []
/src/rust-lexical/extras/benchmark/parse-float/contrived.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/fuzz.rs [] []
/src/rust-lexical/lexical-parse-float/src/table_binary.rs [] []
/src/rust-lexical/lexical-parse-float/src/fpu.rs [] []
/src/rust-lexical/lexical-util/src/mul.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-usize.rs ['parse-integer-usize'] []
/src/rust-lexical/lexical-write-float/etc/correctness/dragonbox/simple_random.rs [] []
/src/rust-lexical/lexical-parse-float/tests/issue_98_tests.rs [] []
/src/rust-lexical/extras/asm/src/lib.rs [] []
/src/rust-lexical/lexical-parse-float/src/bigint.rs [] []
/src/rust-lexical/lexical-core/src/lib.rs [] []
/src/rust-lexical/lexical-parse-float/src/slow.rs [] []
/src/rust-lexical/lexical-parse-float/src/table_bellerophon_decimal.rs [] []
/src/rust-lexical/lexical-util/src/not_feature_format.rs [] []
/src/rust-lexical/lexical-parse-integer/tests/algorithm_tests.rs [] []
/src/rust-lexical/lexical-write-float/src/compact.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-float-f64.rs ['write-float-f64'] []
/src/rust-lexical/lexical-util/src/digit.rs [] []
/src/rust-lexical/extras/write-float/tests/radix_tests.rs [] []
/src/rust-lexical/lexical-util/src/extended_float.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/validate.rs [] []
/src/rust-lexical/lexical-write-float/src/options.rs [] []
/src/rust-lexical/lexical-parse-float/tests/bigfloat_tests.rs [] []
/src/rust-lexical/lexical-util/src/assert.rs [] []
/src/rust-lexical/lexical-parse-float/src/parse.rs [] []
/src/rust-lexical/lexical-util/src/noskip.rs [] []
/src/rust-lexical/lexical-write-integer/src/table_binary.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-i8.rs ['write-integer-i8'] []
/src/rust-lexical/lexical-util/tests/ascii_tests.rs [] []
/src/rust-lexical/lexical-util/src/format.rs [] []
/src/rust-lexical/lexical-parse-float/src/libm.rs [] []
/src/rust-lexical/lexical-parse-integer/tests/options_tests.rs [] []
/src/rust-lexical/lexical-util/tests/num_tests.rs [] []
/src/rust-lexical/lexical-parse-integer/tests/api_tests.rs [] []
/src/rust-lexical/lexical-parse-float/src/lemire.rs [] []
/src/rust-lexical/lexical-parse-float/src/number.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/many_digits.rs [] []
/src/rust-lexical/lexical-util/src/algorithm.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-i128.rs ['parse-integer-i128'] []
/src/rust-lexical/fuzz/fuzz_targets/write-integer-usize.rs ['write-integer-usize'] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-u16.rs ['parse-integer-u16'] []
/src/rust-lexical/extras/benchmark/write-float/special.rs [] []
/src/rust-lexical/lexical-core/tests/issue_97_tests.rs [] []
/src/rust-lexical/lexical-write-integer/src/options.rs [] []
/src/rust-lexical/lexical-util/src/skip.rs [] []
/src/rust-lexical/extras/parse-integer/tests/util.rs [] []
/src/rust-lexical/extras/write-float/tests/parse_radix.rs [] []
/src/rust-lexical/lexical-write-integer/tests/radix_tests.rs [] []
/src/rust-lexical/extras/core/tests/float_radix_tests.rs [] []
/src/rust-lexical/extras/benchmark/parse-float/input.rs [] []
/src/rust-lexical/lexical-write-float/tests/issue_94_tests.rs [] []
/src/rust-lexical/lexical-write-integer/src/compact.rs [] []
/src/rust-lexical/lexical-parse-float/tests/bellerophon_tests.rs [] []
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/exponents.rs [] []
/src/rust-lexical/fuzz/fuzz_targets/parse-integer-u64.rs ['parse-integer-u64'] []
/src/rust-lexical/lexical-util/tests/skip_tests.rs [] []
/src/rust-lexical/lexical-util/src/api.rs [] []
/src/rust-lexical/extras/size/bin/write.rs [] []

Directories in report

Directory
/src/rust-lexical/extras/core/tests/
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/
/src/rust-lexical/lexical-util/src/
/src/rust-lexical/lexical-core/tests/
/src/rust-lexical/lexical-parse-integer/tests/
/src/rust-lexical/lexical-util/tests/
/src/rust-lexical/extras/write-integer/tests/
/src/rust-lexical/extras/write-float/tests/
/src/rust-lexical/extras/parse-integer/tests/
/src/rust-lexical/fuzz/fuzz_targets/
/src/rust-lexical/lexical-write-float/src/
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/validate/
/src/rust-lexical/extras/benchmark/algorithm/
/src/rust-lexical/lexical-write-integer/tests/
/src/rust-lexical/lexical/src/
/src/rust-lexical/lexical-write-integer/src/
/src/rust-lexical/extras/parse-float/tests/
/src/rust-lexical/extras/benchmark/write-float/
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-random/gen/
/src/rust-lexical/extras/size/bin/
/src/rust-lexical/lexical-parse-float/etc/correctness/test-parse-unittests/
/src/rust-lexical/extras/asm/src/
/src/rust-lexical/lexical-write-float/tests/
/src/rust-lexical/extras/benchmark/parse-float/
/src/rust-lexical/lexical-core/src/
/src/rust-lexical/extras/benchmark/write-integer/
/src/rust-lexical/extras/benchmark/parse-integer/
/src/rust-lexical/lexical-parse-float/src/
/src/rust-lexical/lexical-parse-integer/src/
/src/rust-lexical/lexical-parse-float/tests/
/src/rust-lexical/lexical-write-float/etc/correctness/dragonbox/

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
write-integer-i16 fuzzerLogFile-write-integer-i16.data fuzzerLogFile-write-integer-i16.data.yaml write-integer-i16.covreport
parse-integer-isize fuzzerLogFile-parse-integer-isize.data fuzzerLogFile-parse-integer-isize.data.yaml parse-integer-isize.covreport
write-integer-u128 fuzzerLogFile-write-integer-u128.data fuzzerLogFile-write-integer-u128.data.yaml write-integer-u128.covreport
parse-integer-u128 fuzzerLogFile-parse-integer-u128.data fuzzerLogFile-parse-integer-u128.data.yaml parse-integer-u128.covreport
parse-integer-i128 fuzzerLogFile-parse-integer-i128.data fuzzerLogFile-parse-integer-i128.data.yaml parse-integer-i128.covreport
write-integer-i32 fuzzerLogFile-write-integer-i32.data fuzzerLogFile-write-integer-i32.data.yaml write-integer-i32.covreport
write-integer-u8 fuzzerLogFile-write-integer-u8.data fuzzerLogFile-write-integer-u8.data.yaml write-integer-u8.covreport
parse-integer-u8 fuzzerLogFile-parse-integer-u8.data fuzzerLogFile-parse-integer-u8.data.yaml parse-integer-u8.covreport
write-float-f64 fuzzerLogFile-write-float-f64.data fuzzerLogFile-write-float-f64.data.yaml write-float-f64.covreport
parse-integer-u64 fuzzerLogFile-parse-integer-u64.data fuzzerLogFile-parse-integer-u64.data.yaml parse-integer-u64.covreport
parse-float-f64 fuzzerLogFile-parse-float-f64.data fuzzerLogFile-parse-float-f64.data.yaml parse-float-f64.covreport
parse-integer-i8 fuzzerLogFile-parse-integer-i8.data fuzzerLogFile-parse-integer-i8.data.yaml parse-integer-i8.covreport
parse-integer-i16 fuzzerLogFile-parse-integer-i16.data fuzzerLogFile-parse-integer-i16.data.yaml parse-integer-i16.covreport
parse-integer-i64 fuzzerLogFile-parse-integer-i64.data fuzzerLogFile-parse-integer-i64.data.yaml parse-integer-i64.covreport
write-integer-u32 fuzzerLogFile-write-integer-u32.data fuzzerLogFile-write-integer-u32.data.yaml write-integer-u32.covreport
parse-integer-usize fuzzerLogFile-parse-integer-usize.data fuzzerLogFile-parse-integer-usize.data.yaml parse-integer-usize.covreport
write-integer-i8 fuzzerLogFile-write-integer-i8.data fuzzerLogFile-write-integer-i8.data.yaml write-integer-i8.covreport
write-float-f32 fuzzerLogFile-write-float-f32.data fuzzerLogFile-write-float-f32.data.yaml write-float-f32.covreport
write-integer-usize fuzzerLogFile-write-integer-usize.data fuzzerLogFile-write-integer-usize.data.yaml write-integer-usize.covreport
parse-integer-u16 fuzzerLogFile-parse-integer-u16.data fuzzerLogFile-parse-integer-u16.data.yaml parse-integer-u16.covreport
parse-integer-i32 fuzzerLogFile-parse-integer-i32.data fuzzerLogFile-parse-integer-i32.data.yaml parse-integer-i32.covreport
write-integer-u64 fuzzerLogFile-write-integer-u64.data fuzzerLogFile-write-integer-u64.data.yaml write-integer-u64.covreport
write-integer-i128 fuzzerLogFile-write-integer-i128.data fuzzerLogFile-write-integer-i128.data.yaml write-integer-i128.covreport
write-integer-isize fuzzerLogFile-write-integer-isize.data fuzzerLogFile-write-integer-isize.data.yaml write-integer-isize.covreport
parse-float-f32 fuzzerLogFile-parse-float-f32.data fuzzerLogFile-parse-float-f32.data.yaml parse-float-f32.covreport
write-integer-u16 fuzzerLogFile-write-integer-u16.data fuzzerLogFile-write-integer-u16.data.yaml write-integer-u16.covreport
write-integer-i64 fuzzerLogFile-write-integer-i64.data fuzzerLogFile-write-integer-i64.data.yaml write-integer-i64.covreport
parse-integer-u32 fuzzerLogFile-parse-integer-u32.data fuzzerLogFile-parse-integer-u32.data.yaml parse-integer-u32.covreport