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

Fuzzer details

Fuzzer: fuzz_padded

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 4 9.09%
gold [1:9] 1 2.27%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 39 88.6%
All colors 44 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 2 7 simdjson::padded_string::load(std::__1::basic_string_view >) call site: 00000 /src/simdjson/include/simdjson/padded_string-inl.h:152
0 0 None 2 7 simdjson::padded_string::load(std::__1::basic_string_view >) call site: 00000 /src/simdjson/include/simdjson/padded_string-inl.h:164
0 0 None 0 0 unsignedcharFuzzData::get () call site: 00000 /src/simdjson/fuzz/FuzzUtils.h:76

Runtime coverage analysis

Covered functions
23
Functions that are reachable but not covered
7
Reachable functions
40
Percentage of reachable functions covered
82.5%
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.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/simdjson/fuzz/fuzz_padded.cpp 1
/src/simdjson/fuzz/FuzzUtils.h 5
/src/simdjson/include/simdjson/padded_string-inl.h 11

Fuzzer: fuzz_minifyimpl

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 3 7.69%
gold [1:9] 26 66.6%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 10 25.6%
All colors 39 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['abort']

2 2 get_runtime_supported_implementations() call site: 00000 /src/simdjson/fuzz/supported_implementations.h:25
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
139
Functions that are reachable but not covered
6
Reachable functions
37
Percentage of reachable functions covered
83.78%
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
/src/simdjson/fuzz/fuzz_minifyimpl.cpp 2
/src/simdjson/fuzz/supported_implementations.h 1
/src/simdjson/src/implementation.cpp 9
/src/simdjson/src/internal/isadetection.h 3
/src/simdjson/include/simdjson/error-inl.h 1

Fuzzer: fuzz_utf8

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 11 24.4%
gold [1:9] 26 57.7%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 8 17.7%
All colors 45 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['abort']

2 2 get_runtime_supported_implementations() call site: 00000 /src/simdjson/fuzz/supported_implementations.h:25
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
123
Functions that are reachable but not covered
6
Reachable functions
35
Percentage of reachable functions covered
82.86%
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
/src/simdjson/fuzz/fuzz_utf8.cpp 3
/src/simdjson/fuzz/supported_implementations.h 1
/src/simdjson/src/implementation.cpp 9
/src/simdjson/src/internal/isadetection.h 3

Fuzzer: fuzz_atpointer

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 5 7.14%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 65 92.8%
All colors 70 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 7 2 :

['simdjson::internal::dom_parser_implementation::allocate(unsigned long, unsigned long)', 'std::__1::unique_ptr >::operator->[abi:ne180100]() const']

0 7 simdjson::dom::parser::allocate(unsignedlong,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:204
0 0 None 0 133 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:487
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 85 simdjson::internal::detect_best_supported_implementation_on_first_use::set_best()const call site: 00000 /src/simdjson/src/implementation.cpp:284
0 0 None 0 0 simdjson::dom::document::allocate(unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/document-inl.h:30
0 0 None 0 0 simdjson::dom::parser::ensure_capacity(simdjson::dom::document&,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:236
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
346
Functions that are reachable but not covered
11
Reachable functions
101
Percentage of reachable functions covered
89.11%
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
/src/simdjson/fuzz/fuzz_atpointer.cpp 1
/src/simdjson/fuzz/FuzzUtils.h 4
/src/simdjson/include/simdjson/dom/document.h 2
/src/simdjson/include/simdjson/padded_string-inl.h 5
/src/simdjson/include/simdjson/dom/parser-inl.h 4
/src/simdjson/include/simdjson/dom/document-inl.h 3
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h 1
/src/simdjson/src/implementation.cpp 1
/src/simdjson/include/simdjson/internal/atomic_ptr.h 2
/src/simdjson/include/simdjson/dom/element-inl.h 3
/src/simdjson/include/simdjson/dom/object-inl.h 10
/src/simdjson/include/simdjson/internal/tape_ref-inl.h 2
/src/simdjson/include/simdjson/dom/element.h 1
/src/simdjson/include/simdjson/error.h 1
/src/simdjson/include/simdjson/dom/array-inl.h 7
/src/simdjson/include/simdjson/dom/parser.h 1

Fuzzer: fuzz_dump_raw_tape

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 3 9.09%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 30 90.9%
All colors 33 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 7 2 :

['simdjson::internal::dom_parser_implementation::allocate(unsigned long, unsigned long)', 'std::__1::unique_ptr >::operator->[abi:ne180100]() const']

0 7 simdjson::dom::parser::allocate(unsignedlong,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:204
0 0 None 0 133 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:487
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 85 simdjson::internal::detect_best_supported_implementation_on_first_use::set_best()const call site: 00000 /src/simdjson/src/implementation.cpp:284
0 0 None 0 0 simdjson::dom::document::allocate(unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/document-inl.h:30
0 0 None 0 0 simdjson::dom::parser::ensure_capacity(simdjson::dom::document&,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:236
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
300
Functions that are reachable but not covered
11
Reachable functions
51
Percentage of reachable functions covered
78.43%
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
/src/simdjson/fuzz/fuzz_dump_raw_tape.cpp 1
/src/simdjson/include/simdjson/dom/document.h 2
/src/simdjson/include/simdjson/dom/parser-inl.h 4
/src/simdjson/include/simdjson/dom/document-inl.h 4
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h 1
/src/simdjson/src/implementation.cpp 1
/src/simdjson/include/simdjson/internal/atomic_ptr.h 2
/src/simdjson/include/simdjson/padded_string-inl.h 1
/src/simdjson/fuzz/NullBuffer.h 4
/src/simdjson/include/simdjson/dom/element-inl.h 1
/src/simdjson/include/simdjson/internal/jsonformatutils.h 2
/src/simdjson/include/simdjson/dom/parser.h 1

Fuzzer: fuzz_ndjson

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 5 7.24%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 64 92.7%
All colors 69 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 7 2 :

['simdjson::internal::dom_parser_implementation::allocate(unsigned long, unsigned long)', 'std::__1::unique_ptr >::operator->[abi:ne180100]() const']

0 7 simdjson::dom::parser::allocate(unsignedlong,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:204
0 0 None 0 133 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:487
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 85 simdjson::internal::detect_best_supported_implementation_on_first_use::set_best()const call site: 00000 /src/simdjson/src/implementation.cpp:284
0 0 None 0 28 simdjson::dom::document_stream::next() call site: 00000 /src/simdjson/include/simdjson/dom/document_stream-inl.h:248
0 0 None 0 6 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:543
0 0 None 0 0 simdjson::dom::document::allocate(unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/document-inl.h:30
0 0 None 0 0 simdjson::dom::parser::ensure_capacity(simdjson::dom::document&,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:236
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
352
Functions that are reachable but not covered
6
Reachable functions
86
Percentage of reachable functions covered
93.02%
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
/src/simdjson/fuzz/fuzz_ndjson.cpp 1
/src/simdjson/fuzz/FuzzUtils.h 5
/src/simdjson/include/simdjson/padded_string-inl.h 5
/src/simdjson/include/simdjson/dom/document.h 3
/src/simdjson/include/simdjson/dom/document_stream.h 1
/src/simdjson/include/simdjson/dom/parser-inl.h 6
/src/simdjson/include/simdjson/dom/parser.h 1
/src/simdjson/include/simdjson/dom/document_stream-inl.h 9
/src/simdjson/include/simdjson/dom/document-inl.h 3
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h 1
/src/simdjson/src/implementation.cpp 1
/src/simdjson/include/simdjson/internal/atomic_ptr.h 2
/src/simdjson/include/simdjson/dom/element-inl.h 3

Fuzzer: fuzz_dump

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 3 5.26%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 54 94.7%
All colors 57 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 7 2 :

['simdjson::internal::dom_parser_implementation::allocate(unsigned long, unsigned long)', 'std::__1::unique_ptr >::operator->[abi:ne180100]() const']

0 7 simdjson::dom::parser::allocate(unsignedlong,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:204
0 0 None 0 133 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:487
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 85 simdjson::internal::detect_best_supported_implementation_on_first_use::set_best()const call site: 00000 /src/simdjson/src/implementation.cpp:284
0 0 None 0 0 simdjson::dom::document::allocate(unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/document-inl.h:30
0 0 None 0 0 simdjson::dom::parser::ensure_capacity(simdjson::dom::document&,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:236
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
369
Functions that are reachable but not covered
11
Reachable functions
87
Percentage of reachable functions covered
87.36%
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
/src/simdjson/fuzz/fuzz_dump.cpp 2
/src/simdjson/include/simdjson/dom/document.h 2
/src/simdjson/include/simdjson/dom/parser-inl.h 4
/src/simdjson/include/simdjson/dom/document-inl.h 3
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h 1
/src/simdjson/src/implementation.cpp 1
/src/simdjson/include/simdjson/internal/atomic_ptr.h 2
/src/simdjson/include/simdjson/padded_string-inl.h 1
/src/simdjson/fuzz/NullBuffer.h 4
/src/simdjson/include/simdjson/dom/element-inl.h 7
/src/simdjson/include/simdjson/dom/array-inl.h 5
/src/simdjson/include/simdjson/internal/tape_ref-inl.h 2
/src/simdjson/include/simdjson/dom/object-inl.h 7
/src/simdjson/include/simdjson/dom/parser.h 1

Fuzzer: fuzz_parser

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 8.33%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 22 91.6%
All colors 24 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 7 2 :

['simdjson::internal::dom_parser_implementation::allocate(unsigned long, unsigned long)', 'std::__1::unique_ptr >::operator->[abi:ne180100]() const']

0 7 simdjson::dom::parser::allocate(unsignedlong,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:204
0 0 None 0 133 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:487
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 85 simdjson::internal::detect_best_supported_implementation_on_first_use::set_best()const call site: 00000 /src/simdjson/src/implementation.cpp:284
0 0 None 0 0 simdjson::dom::document::allocate(unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/document-inl.h:30
0 0 None 0 0 simdjson::dom::parser::ensure_capacity(simdjson::dom::document&,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:236
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
294
Functions that are reachable but not covered
6
Reachable functions
36
Percentage of reachable functions covered
83.33%
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
/src/simdjson/fuzz/fuzz_parser.cpp 1
/src/simdjson/include/simdjson/dom/document.h 2
/src/simdjson/include/simdjson/dom/parser-inl.h 4
/src/simdjson/include/simdjson/dom/document-inl.h 3
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h 1
/src/simdjson/src/implementation.cpp 1
/src/simdjson/include/simdjson/internal/atomic_ptr.h 2
/src/simdjson/include/simdjson/padded_string-inl.h 1
/src/simdjson/include/simdjson/dom/parser.h 1

Fuzzer: fuzz_print_json

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 6 6.25%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 90 93.7%
All colors 96 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 7 2 :

['simdjson::internal::dom_parser_implementation::allocate(unsigned long, unsigned long)', 'std::__1::unique_ptr >::operator->[abi:ne180100]() const']

0 7 simdjson::dom::parser::allocate(unsignedlong,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:204
0 0 None 0 133 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:487
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 85 simdjson::internal::detect_best_supported_implementation_on_first_use::set_best()const call site: 00000 /src/simdjson/src/implementation.cpp:284
0 0 None 0 0 simdjson::dom::document::allocate(unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/document-inl.h:30
0 0 None 0 0 simdjson::dom::parser::ensure_capacity(simdjson::dom::document&,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:236
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
366
Functions that are reachable but not covered
17
Reachable functions
123
Percentage of reachable functions covered
86.18%
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
/src/simdjson/fuzz/fuzz_print_json.cpp 1
/src/simdjson/include/simdjson/dom/document.h 2
/src/simdjson/include/simdjson/dom/parser-inl.h 4
/src/simdjson/include/simdjson/dom/document-inl.h 3
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h 1
/src/simdjson/src/implementation.cpp 1
/src/simdjson/include/simdjson/internal/atomic_ptr.h 2
/src/simdjson/include/simdjson/padded_string-inl.h 1
/src/simdjson/fuzz/NullBuffer.h 4
/src/simdjson/include/simdjson/dom/serialization-inl.h 6
/src/simdjson/include/simdjson/dom/serialization.h 4
/src/simdjson/include/simdjson/internal/tape_ref-inl.h 2
/src/simdjson/include/simdjson/dom/array-inl.h 5
/src/simdjson/include/simdjson/dom/object-inl.h 7
/src/simdjson/src/to_chars.cpp 16
/src/simdjson/include/simdjson/dom/parser.h 1

Fuzzer: fuzz_minify

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 6 6.38%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 88 93.6%
All colors 94 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 7 2 :

['simdjson::internal::dom_parser_implementation::allocate(unsigned long, unsigned long)', 'std::__1::unique_ptr >::operator->[abi:ne180100]() const']

0 7 simdjson::dom::parser::allocate(unsignedlong,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:204
0 0 None 0 133 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:487
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 85 simdjson::internal::detect_best_supported_implementation_on_first_use::set_best()const call site: 00000 /src/simdjson/src/implementation.cpp:284
0 0 None 0 0 simdjson::dom::document::allocate(unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/document-inl.h:30
0 0 None 0 0 simdjson::dom::parser::ensure_capacity(simdjson::dom::document&,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:236
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
368
Functions that are reachable but not covered
12
Reachable functions
120
Percentage of reachable functions covered
90.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
/src/simdjson/fuzz/fuzz_minify.cpp 1
/src/simdjson/fuzz/FuzzUtils.h 1
/src/simdjson/include/simdjson/dom/document.h 2
/src/simdjson/include/simdjson/dom/parser-inl.h 4
/src/simdjson/include/simdjson/dom/document-inl.h 3
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h 1
/src/simdjson/src/implementation.cpp 1
/src/simdjson/include/simdjson/internal/atomic_ptr.h 2
/src/simdjson/include/simdjson/padded_string-inl.h 1
/src/simdjson/include/simdjson/dom/serialization.h 6
/src/simdjson/include/simdjson/dom/serialization-inl.h 5
/src/simdjson/include/simdjson/internal/tape_ref-inl.h 2
/src/simdjson/include/simdjson/dom/array-inl.h 5
/src/simdjson/include/simdjson/dom/object-inl.h 7
/src/simdjson/src/to_chars.cpp 16
/src/simdjson/include/simdjson/dom/parser.h 1

Fuzzer: fuzz_element

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 14 5.55%
gold [1:9] 40 15.8%
yellow [10:29] 23 9.12%
greenyellow [30:49] 14 5.55%
lawngreen 50+ 161 63.8%
All colors 252 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 7 2 :

['simdjson::internal::dom_parser_implementation::allocate(unsigned long, unsigned long)', 'std::__1::unique_ptr >::operator->[abi:ne180100]() const']

0 7 simdjson::dom::parser::allocate(unsignedlong,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:204
0 0 None 0 133 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:487
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 85 simdjson::internal::detect_best_supported_implementation_on_first_use::set_best()const call site: 00000 /src/simdjson/src/implementation.cpp:284
0 0 None 0 6 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:543
0 0 None 0 0 simdjson::dom::document::allocate(unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/document-inl.h:30
0 0 None 0 0 simdjson::dom::element::get_int64()const call site: 00000 /src/simdjson/include/simdjson/dom/element-inl.h:264
0 0 None 0 0 simdjson::dom::parser::ensure_capacity(simdjson::dom::document&,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:236
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
560
Functions that are reachable but not covered
23
Reachable functions
315
Percentage of reachable functions covered
92.7%
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
/src/simdjson/fuzz/fuzz_element.cpp 37
/src/simdjson/fuzz/FuzzUtils.h 9
/src/simdjson/include/simdjson/dom/document.h 2
/src/simdjson/include/simdjson/padded_string-inl.h 5
/src/simdjson/include/simdjson/dom/parser-inl.h 4
/src/simdjson/include/simdjson/dom/document-inl.h 4
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h 1
/src/simdjson/src/implementation.cpp 1
/src/simdjson/include/simdjson/internal/atomic_ptr.h 2
/src/simdjson/include/simdjson/dom/element-inl.h 51
/src/simdjson/include/simdjson/internal/tape_ref-inl.h 2
/src/simdjson/include/simdjson/error.h 2
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/simdjson/include/simdjson/dom/array-inl.h 10
/src/simdjson/include/simdjson/dom/object-inl.h 14
/src/simdjson/include/simdjson/dom/element.h 1
/src/simdjson/fuzz/NullBuffer.h 4
/src/simdjson/include/simdjson/internal/jsonformatutils.h 2
/src/simdjson/include/simdjson/dom/parser.h 1

Fuzzer: fuzz_implementations

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 14 10.6%
gold [1:9] 26 19.8%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 91 69.4%
All colors 131 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
2 2 1 :

['abort']

2 2 get_runtime_supported_implementations() call site: 00000 /src/simdjson/fuzz/supported_implementations.h:25
0 7 2 :

['simdjson::internal::dom_parser_implementation::allocate(unsigned long, unsigned long)', 'std::__1::unique_ptr >::operator->[abi:ne180100]() const']

0 7 simdjson::dom::parser::allocate(unsignedlong,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:204
0 0 None 0 133 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:487
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 0 simdjson::dom::document::allocate(unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/document-inl.h:30
0 0 None 0 0 simdjson::dom::parser::ensure_capacity(simdjson::dom::document&,unsignedlong) call site: 00000 /src/simdjson/include/simdjson/dom/parser-inl.h:236
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
687
Functions that are reachable but not covered
21
Reachable functions
149
Percentage of reachable functions covered
85.91%
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
/src/simdjson/fuzz/fuzz_implementations.cpp 3
/src/simdjson/fuzz/supported_implementations.h 1
/src/simdjson/src/implementation.cpp 10
/src/simdjson/src/internal/isadetection.h 3
/src/simdjson/include/simdjson/internal/atomic_ptr.h 3
/src/simdjson/include/simdjson/dom/parser-inl.h 4
/src/simdjson/include/simdjson/dom/document-inl.h 3
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h 1
/src/simdjson/include/simdjson/padded_string-inl.h 1
/src/simdjson/include/simdjson/dom/serialization-inl.h 6
/src/simdjson/include/simdjson/dom/serialization.h 4
/src/simdjson/include/simdjson/internal/tape_ref-inl.h 2
/src/simdjson/include/simdjson/dom/array-inl.h 5
/src/simdjson/include/simdjson/dom/object-inl.h 7
/src/simdjson/src/to_chars.cpp 16
/src/simdjson/include/simdjson/error-inl.h 2

Fuzzer: fuzz_ondemand

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 29 31.8%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 62 68.1%
All colors 91 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 116 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:508
0 0 None 0 95 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:521
0 0 None 0 85 simdjson::internal::detect_best_supported_implementation_on_first_use::set_best()const call site: 00000 /src/simdjson/src/implementation.cpp:284
0 0 None 0 6 simdjson::internal::adjusted_mantissasimdjson::internal::compute_float >(simdjson::internal::decimal&) call site: 00000 /src/simdjson/src/from_chars.cpp:543
0 0 None 0 0 unsignedcharFuzzData::get () call site: 00000 /src/simdjson/fuzz/FuzzUtils.h:76
0 0 None 0 0 simdjson::internal::decimal_right_shift(simdjson::internal::decimal&,unsignedint) call site: 00000 /src/simdjson/src/from_chars.cpp:420
0 0 None 0 0 simdjson::internal::detect_supported_architectures() call site: 00000 /src/simdjson/src/internal/isadetection.h:179

Runtime coverage analysis

Covered functions
433
Functions that are reachable but not covered
7
Reachable functions
98
Percentage of reachable functions covered
92.86%
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
/src/simdjson/fuzz/fuzz_ondemand.cpp 1
/src/simdjson/fuzz/FuzzUtils.h 6
/src/simdjson/include/simdjson/padded_string-inl.h 6
/src/simdjson/include/simdjson/padded_string_view-inl.h 4
/src/simdjson/src/implementation.cpp 1
/src/simdjson/include/simdjson/internal/atomic_ptr.h 2
/src/simdjson/include/simdjson/generic/ondemand/logger-inl.h 4
/src/simdjson/include/simdjson/generic/ondemand/value_iterator-inl.h 5
/src/simdjson/include/simdjson/generic/ondemand/json_iterator-inl.h 1
/src/simdjson/include/simdjson/generic/numberparsing.h 1
/src/simdjson/src/from_chars.cpp 15
/src/simdjson/include/simdjson/generic/ondemand/parser.h 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

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

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
simdjson::haswell::dom_parser_implementation::parse(unsignedcharconst*,unsignedlong,simdjson::dom::document&) /src/simdjson/src/haswell.cpp 4 ['N/A', 'N/A', 'size_t', 'N/A'] 8 0 30 6 3 50 0 577 460
simdjson::westmere::dom_parser_implementation::parse(unsignedcharconst*,unsignedlong,simdjson::dom::document&) /src/simdjson/src/westmere.cpp 4 ['N/A', 'N/A', 'size_t', 'N/A'] 8 0 30 6 3 50 0 557 438
simdjson::icelake::dom_parser_implementation::parse(unsignedcharconst*,unsignedlong,simdjson::dom::document&) /src/simdjson/src/icelake.cpp 4 ['N/A', 'N/A', 'size_t', 'N/A'] 8 0 30 6 3 50 0 557 438
simdjson::fallback::dom_parser_implementation::parse(unsignedcharconst*,unsignedlong,simdjson::dom::document&) /src/simdjson/src/fallback.cpp 4 ['N/A', 'N/A', 'size_t', 'N/A'] 8 0 30 6 3 44 0 536 414
simdjson::fallback::dom_parser_implementation::stage2_next(simdjson::dom::document&) /src/simdjson/src/fallback.cpp 2 ['N/A', 'N/A'] 7 0 6414 963 345 38 0 470 345
simdjson::westmere::dom_parser_implementation::stage2_next(simdjson::dom::document&) /src/simdjson/src/westmere.cpp 2 ['N/A', 'N/A'] 7 0 6781 963 345 38 0 470 345
simdjson::haswell::dom_parser_implementation::stage2_next(simdjson::dom::document&) /src/simdjson/src/haswell.cpp 2 ['N/A', 'N/A'] 7 0 6616 963 345 38 0 470 345
simdjson::icelake::dom_parser_implementation::stage2_next(simdjson::dom::document&) /src/simdjson/src/icelake.cpp 2 ['N/A', 'N/A'] 7 0 6591 963 345 38 0 470 345
simdjson::internal::from_chars(charconst*,charconst*) /src/simdjson/src/from_chars.cpp 2 ['N/A', 'N/A'] 4 0 67 11 2 30 0 122 38

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

Functions statically reachable by fuzzers
75.0%
265 / 351
Cyclomatic complexity statically reachable by fuzzers
90.0%
4151 / 4629

All functions overview

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

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

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.

/src/simdjson/fuzz/fuzz_padded.cpp

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=['simdjson::padded_string::load(std::__1::basic_string_view >)', 'simdjson::padded_string::load(std::__1::basic_string_view >)', 'simdjson::padded_string::load(std::__1::basic_string_view >)']

/src/simdjson/fuzz/fuzz_minifyimpl.cpp

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=['LLVMFuzzerTestOneInput', 'simdjson::internal::detect_supported_architectures()']

/src/simdjson/fuzz/fuzz_utf8.cpp

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=['LLVMFuzzerTestOneInput', 'simdjson::internal::detect_supported_architectures()']

/src/simdjson/fuzz/fuzz_atpointer.cpp

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=['simdjson::dom::parser::allocate(unsigned long, unsigned long)', 'LLVMFuzzerTestOneInput', 'simdjson::dom::parser::ensure_capacity(simdjson::dom::document&, unsigned long)', 'simdjson::dom::object::at_pointer(std::__1::basic_string_view >) const']

/src/simdjson/fuzz/fuzz_dump_raw_tape.cpp

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=['simdjson::dom::parser::ensure_capacity(simdjson::dom::document&, unsigned long)', 'simdjson::dom::parser::allocate(unsigned long, unsigned long)', 'LLVMFuzzerTestOneInput']

/src/simdjson/fuzz/fuzz_ndjson.cpp

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=['LLVMFuzzerTestOneInput', 'simdjson::dom::parser::~parser()', 'simdjson::dom::parser::ensure_capacity(simdjson::dom::document&, unsigned long)', 'simdjson::dom::parser::allocate(unsigned long, unsigned long)', 'simdjson::dom::document_stream::load_from_stage1_thread()']

/src/simdjson/fuzz/fuzz_dump.cpp

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=['simdjson::dom::parser::ensure_capacity(simdjson::dom::document&, unsigned long)', 'simdjson::dom::parser::allocate(unsigned long, unsigned long)', 'LLVMFuzzerTestOneInput']

/src/simdjson/fuzz/fuzz_parser.cpp

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=['simdjson::dom::parser::ensure_capacity(simdjson::dom::document&, unsigned long)', 'simdjson::dom::parser::allocate(unsigned long, unsigned long)']

/src/simdjson/fuzz/fuzz_print_json.cpp

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=['simdjson::dom::parser::ensure_capacity(simdjson::dom::document&, unsigned long)', 'simdjson::dom::parser::allocate(unsigned long, unsigned long)', 'simdjson::dom::operator<<(std::__1::basic_ostream >&, simdjson::dom::element)', 'simdjson::internal::dtoa_impl::boundaries simdjson::internal::dtoa_impl::compute_boundaries(double)', 'simdjson::dom::operator<<(std::__1::basic_ostream >&, simdjson::dom::element)', 'LLVMFuzzerTestOneInput']

/src/simdjson/fuzz/fuzz_minify.cpp

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=['LLVMFuzzerTestOneInput', 'simdjson::dom::parser::ensure_capacity(simdjson::dom::document&, unsigned long)', 'simdjson::dom::parser::allocate(unsigned long, unsigned long)', 'std::__1::basic_string, std::__1::allocator > simdjson::to_string(simdjson::dom::element)', 'simdjson::internal::dtoa_impl::boundaries simdjson::internal::dtoa_impl::compute_boundaries(double)', 'std::__1::basic_string, std::__1::allocator > simdjson::to_string(simdjson::dom::element)']

/src/simdjson/fuzz/fuzz_element.cpp

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=['simdjson::dom::element::operator simdjson::dom::array() const', 'simdjson::dom::parser::allocate(unsigned long, unsigned long)', 'simdjson::dom::element::operator bool() const', 'simdjson::simdjson_error::simdjson_error(simdjson::error_code)', 'LLVMFuzzerTestOneInput', 'simdjson::dom::parser::ensure_capacity(simdjson::dom::document&, unsigned long)', 'simdjson::dom::object::at_pointer(std::__1::basic_string_view >) const']

/src/simdjson/fuzz/fuzz_implementations.cpp

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=['simdjson::dom::operator<<(std::__1::basic_ostream >&, simdjson::dom::element)', 'simdjson::internal::detect_supported_architectures()', 'LLVMFuzzerTestOneInput', 'simdjson::dom::parser::ensure_capacity(simdjson::dom::document&, unsigned long)', 'simdjson::dom::parser::allocate(unsigned long, unsigned long)', 'simdjson::dom::operator<<(std::__1::basic_ostream >&, simdjson::dom::element)', 'simdjson::internal::dtoa_impl::boundaries simdjson::internal::dtoa_impl::compute_boundaries(double)']

/src/simdjson/fuzz/fuzz_ondemand.cpp

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=['simdjson::fallback::ondemand::value_iterator::assert_at_non_root_start() const', 'LLVMFuzzerTestOneInput', 'simdjson::internal::adjusted_mantissa simdjson::internal::compute_float >(simdjson::internal::decimal&)', 'simdjson::internal::from_chars(char const*)']

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/simdjson/include/simdjson/dom/element-inl.h ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_element'] ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_element']
/src/simdjson/include/simdjson/internal/tape_ref-inl.h ['fuzz_atpointer', 'fuzz_dump', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations'] ['fuzz_atpointer', 'fuzz_dump', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations']
/src/simdjson/src/to_chars.cpp ['fuzz_print_json', 'fuzz_minify', 'fuzz_implementations'] ['fuzz_print_json', 'fuzz_minify', 'fuzz_implementations']
/src/simdjson/include/simdjson/internal/atomic_ptr.h ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations', 'fuzz_ondemand'] ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations', 'fuzz_ondemand']
/src/simdjson/src/icelake.cpp [] []
/src/simdjson/include/simdjson/error-inl.h ['fuzz_minifyimpl', 'fuzz_implementations'] ['fuzz_minifyimpl', 'fuzz_implementations']
/src/simdjson/src/generic/stage1/utf8_validator.h [] []
/src/simdjson/include/simdjson/error.h ['fuzz_atpointer', 'fuzz_element'] ['fuzz_element']
/src/simdjson/include/simdjson/dom/document_stream-inl.h ['fuzz_ndjson'] ['fuzz_ndjson']
/src/simdjson/include/simdjson/internal/dom_parser_implementation.h ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations'] ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations']
/src/simdjson/include/simdjson/dom/serialization.h ['fuzz_print_json', 'fuzz_minify', 'fuzz_implementations'] ['fuzz_print_json', 'fuzz_minify', 'fuzz_implementations']
/src/simdjson/include/simdjson/generic/ondemand/logger-inl.h ['fuzz_ondemand'] ['fuzz_ondemand']
/src/simdjson/include/simdjson/padded_string_view-inl.h ['fuzz_ondemand'] ['fuzz_ondemand']
/src/simdjson/fuzz/supported_implementations.h ['fuzz_minifyimpl', 'fuzz_utf8', 'fuzz_implementations'] ['fuzz_minifyimpl', 'fuzz_utf8', 'fuzz_implementations']
/src/simdjson/fuzz/fuzz_ondemand.cpp ['fuzz_ondemand'] ['fuzz_ondemand']
/src/simdjson/fuzz/fuzz_minify.cpp ['fuzz_minify'] ['fuzz_minify']
/src/simdjson/include/simdjson/dom/array-inl.h ['fuzz_atpointer', 'fuzz_dump', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations'] ['fuzz_atpointer', 'fuzz_dump', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations']
/src/simdjson/include/simdjson/internal/jsonformatutils.h ['fuzz_dump_raw_tape', 'fuzz_element'] ['fuzz_dump_raw_tape', 'fuzz_element']
/src/simdjson/include/simdjson/dom/document.h ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element'] ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element']
/src/simdjson/include/simdjson/dom/document_stream.h ['fuzz_ndjson'] ['fuzz_ndjson']
/src/simdjson/src/westmere.cpp [] []
/src/simdjson/fuzz/fuzz_parser.cpp ['fuzz_parser'] ['fuzz_parser']
/src/simdjson/src/from_chars.cpp ['fuzz_ondemand'] ['fuzz_ondemand']
/src/simdjson/src/generic/stage1/json_minifier.h [] []
/src/simdjson/include/simdjson/dom/serialization-inl.h ['fuzz_print_json', 'fuzz_minify', 'fuzz_implementations'] ['fuzz_print_json', 'fuzz_minify', 'fuzz_implementations']
/src/simdjson/include/simdjson/dom/element.h ['fuzz_atpointer', 'fuzz_element'] []
/src/simdjson/src/implementation.cpp ['fuzz_minifyimpl', 'fuzz_utf8', 'fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations', 'fuzz_ondemand'] ['fuzz_minifyimpl', 'fuzz_utf8', 'fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations', 'fuzz_ondemand']
/src/simdjson/src/internal/isadetection.h ['fuzz_minifyimpl', 'fuzz_utf8', 'fuzz_implementations'] ['fuzz_minifyimpl', 'fuzz_utf8', 'fuzz_implementations']
/src/simdjson/src/generic/stage1/json_structural_indexer.h [] []
/src/simdjson/src/fallback.cpp [] []
/src/simdjson/src/haswell.cpp [] []
/src/simdjson/include/simdjson/dom/parser-inl.h ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations'] ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations']
/src/simdjson/fuzz/fuzz_element.cpp ['fuzz_element'] ['fuzz_element']
/src/simdjson/include/simdjson/generic/ondemand/value_iterator-inl.h ['fuzz_ondemand'] ['fuzz_ondemand']
/src/simdjson/src/generic/stage1/json_scanner.h [] []
/src/simdjson/include/simdjson/dom/parser.h ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element'] ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element']
/src/simdjson/include/simdjson/dom/document-inl.h ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations'] ['fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations']
/src/simdjson/include/simdjson/generic/ondemand/json_iterator-inl.h ['fuzz_ondemand'] []
/src/simdjson/include/simdjson/generic/numberparsing.h ['fuzz_ondemand'] ['fuzz_ondemand']
/src/simdjson/src/generic/stage1/json_string_scanner.h [] []
/src/simdjson/include/simdjson/generic/dom_parser_implementation.h [] []
/src/simdjson/include/simdjson/implementation.h [] []
/src/simdjson/fuzz/FuzzUtils.h ['fuzz_padded', 'fuzz_atpointer', 'fuzz_ndjson', 'fuzz_minify', 'fuzz_element', 'fuzz_ondemand'] ['fuzz_padded', 'fuzz_atpointer', 'fuzz_ndjson', 'fuzz_minify', 'fuzz_element', 'fuzz_ondemand']
/src/simdjson/include/simdjson/generic/ondemand/parser.h ['fuzz_ondemand'] ['fuzz_ondemand']
/src/simdjson/fuzz/fuzz_atpointer.cpp ['fuzz_atpointer'] ['fuzz_atpointer']
/src/simdjson/fuzz/fuzz_print_json.cpp ['fuzz_print_json'] ['fuzz_print_json']
/usr/local/bin/../include/c++/v1/__exception/exception.h ['fuzz_element'] []
/src/simdjson/include/simdjson/generic/jsoncharutils.h [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/simdjson/include/simdjson/padded_string-inl.h ['fuzz_padded', 'fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations', 'fuzz_ondemand'] ['fuzz_padded', 'fuzz_atpointer', 'fuzz_dump_raw_tape', 'fuzz_ndjson', 'fuzz_dump', 'fuzz_parser', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations', 'fuzz_ondemand']
/src/simdjson/fuzz/fuzz_ndjson.cpp ['fuzz_ndjson'] ['fuzz_ndjson']
/src/simdjson/fuzz/fuzz_dump_raw_tape.cpp ['fuzz_dump_raw_tape'] ['fuzz_dump_raw_tape']
/src/simdjson/fuzz/fuzz_implementations.cpp ['fuzz_implementations'] ['fuzz_implementations']
/src/simdjson/fuzz/fuzz_minifyimpl.cpp ['fuzz_minifyimpl'] ['fuzz_minifyimpl']
/src/simdjson/fuzz/fuzz_utf8.cpp ['fuzz_utf8'] ['fuzz_utf8']
/src/simdjson/fuzz/fuzz_dump.cpp ['fuzz_dump'] ['fuzz_dump']
/src/simdjson/fuzz/NullBuffer.h ['fuzz_dump_raw_tape', 'fuzz_dump', 'fuzz_print_json', 'fuzz_element'] ['fuzz_dump_raw_tape', 'fuzz_dump', 'fuzz_print_json', 'fuzz_element']
/src/simdjson/include/simdjson/dom/object-inl.h ['fuzz_atpointer', 'fuzz_dump', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations'] ['fuzz_atpointer', 'fuzz_dump', 'fuzz_print_json', 'fuzz_minify', 'fuzz_element', 'fuzz_implementations']
/src/simdjson/fuzz/fuzz_padded.cpp ['fuzz_padded'] ['fuzz_padded']

Directories in report

Directory
/src/simdjson/src/
/src/simdjson/include/simdjson/dom/
/src/simdjson/include/simdjson/generic/
/src/simdjson/include/simdjson/internal/
/src/simdjson/include/simdjson/
/usr/local/bin/../include/c++/v1/
/usr/local/bin/../include/c++/v1/__exception/
/src/simdjson/include/simdjson/generic/ondemand/
/src/simdjson/src/generic/stage1/
/src/simdjson/src/internal/
/src/simdjson/fuzz/

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_padded fuzzerLogFile-0-4LxYMJKaPi.data fuzzerLogFile-0-4LxYMJKaPi.data.yaml fuzz_padded.covreport
fuzz_minifyimpl fuzzerLogFile-0-hdlf207zik.data fuzzerLogFile-0-hdlf207zik.data.yaml fuzz_minifyimpl.covreport
fuzz_utf8 fuzzerLogFile-0-KU6Pdqi8Fn.data fuzzerLogFile-0-KU6Pdqi8Fn.data.yaml fuzz_utf8.covreport
fuzz_atpointer fuzzerLogFile-0-TjtaTWgZuO.data fuzzerLogFile-0-TjtaTWgZuO.data.yaml fuzz_atpointer.covreport
fuzz_dump_raw_tape fuzzerLogFile-0-YK0cOge1vP.data fuzzerLogFile-0-YK0cOge1vP.data.yaml fuzz_dump_raw_tape.covreport
fuzz_ndjson fuzzerLogFile-0-x6cLJKJHbx.data fuzzerLogFile-0-x6cLJKJHbx.data.yaml fuzz_ndjson.covreport
fuzz_dump fuzzerLogFile-0-NcFO34hfqj.data fuzzerLogFile-0-NcFO34hfqj.data.yaml fuzz_dump.covreport
fuzz_parser fuzzerLogFile-0-qkaZZM7DEX.data fuzzerLogFile-0-qkaZZM7DEX.data.yaml fuzz_parser.covreport
fuzz_print_json fuzzerLogFile-0-XYimWyChmt.data fuzzerLogFile-0-XYimWyChmt.data.yaml fuzz_print_json.covreport
fuzz_minify fuzzerLogFile-0-PzoGcKxLbG.data fuzzerLogFile-0-PzoGcKxLbG.data.yaml fuzz_minify.covreport
fuzz_element fuzzerLogFile-0-r5KfoIdvSo.data fuzzerLogFile-0-r5KfoIdvSo.data.yaml fuzz_element.covreport
fuzz_implementations fuzzerLogFile-0-TVQK8ELHKi.data fuzzerLogFile-0-TVQK8ELHKi.data.yaml fuzz_implementations.covreport
fuzz_ondemand fuzzerLogFile-0-NChNjKHOhR.data fuzzerLogFile-0-NChNjKHOhR.data.yaml fuzz_ondemand.covreport