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
set /src/immer/extra/fuzzer/set.cpp 101 129 12 16 228 115 set.cpp
array-gc /src/immer/extra/fuzzer/array-gc.cpp 101 74 10 14 172 157 array-gc.cpp
map-gc /src/immer/extra/fuzzer/map-gc.cpp 113 121 12 16 232 134 map-gc.cpp
array /src/immer/extra/fuzzer/array.cpp 62 58 11 12 107 87 array.cpp
set-st /src/immer/extra/fuzzer/set-st.cpp 99 141 12 15 215 113 set-st.cpp
set-st-str /src/immer/extra/fuzzer/set-st-str.cpp 100 145 12 15 224 116 set-st-str.cpp
vector-st /src/immer/extra/fuzzer/vector-st.cpp 191 217 26 13 417 218 vector-st.cpp
map-st /src/immer/extra/fuzzer/map-st.cpp 99 157 12 15 215 113 map-st.cpp
set-st-str-conflict /src/immer/extra/fuzzer/set-st-str-conflict.cpp 102 145 12 15 227 118 set-st-str-conflict.cpp
set-gc /src/immer/extra/fuzzer/set-gc.cpp 113 87 12 14 232 134 set-gc.cpp
vector-gc /src/immer/extra/fuzzer/vector-gc.cpp 229 226 25 15 474 269 vector-gc.cpp
map-st-str-conflict /src/immer/extra/fuzzer/map-st-str-conflict.cpp 102 188 13 18 227 118 map-st-str-conflict.cpp
map /src/immer/extra/fuzzer/map.cpp 101 160 12 16 228 115 map.cpp
vector /src/immer/extra/fuzzer/vector.cpp 220 217 26 19 533 261 vector.cpp
map-st-str /src/immer/extra/fuzzer/map-st-str.cpp 100 188 13 18 224 116 map-st-str.cpp
flex-vector-bo /src/immer/extra/fuzzer/flex-vector-bo.cpp 69 1163 61 19 146 94 flex-vector-bo.cpp
flex-vector-st /src/immer/extra/fuzzer/flex-vector-st.cpp 69 1173 62 19 146 94 flex-vector-st.cpp
flex-vector /src/immer/extra/fuzzer/flex-vector.cpp 69 1188 61 23 150 94 flex-vector.cpp
flex-vector-gc /src/immer/extra/fuzzer/flex-vector-gc.cpp 284 1071 61 16 625 342 flex-vector-gc.cpp

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: set

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: array-gc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: map-gc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: array

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: set-st

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: set-st-str

Call tree

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

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: vector-st

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: map-st

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: set-st-str-conflict

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: set-gc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: vector-gc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: map-st-str-conflict

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: map

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: vector

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: map-st-str

Call tree

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

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: flex-vector-bo

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: flex-vector-st

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: flex-vector

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: flex-vector-gc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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
immer::flex_vector ,immer::unsafe_refcount_policy,immer::no_lock_policy,immer::no_transience_policy,false,true>,3u,3u>::insert(unsignedlong,int)const& /src/immer/immer/flex_vector.hpp 4 ['N/A', 'N/A', 'size_t', 'int'] 46 0 69 10 8 1366 0 2508 2412
immer::flex_vector ,immer::unsafe_refcount_policy,immer::no_lock_policy,immer::no_transience_policy,true,true>,3u,3u>::insert(unsignedlong,int)const& /src/immer/immer/flex_vector.hpp 4 ['N/A', 'N/A', 'size_t', 'int'] 46 0 69 10 8 1342 0 2461 2334
immer::flex_vector ,immer::refcount_policy,immer::spinlock_policy,immer::no_transience_policy,false,true>,2u,2u>::insert(unsignedlong,int)const& /src/immer/immer/flex_vector.hpp 4 ['N/A', 'N/A', 'size_t', 'int'] 51 0 69 10 8 1403 0 2561 2272

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

Functions statically reachable by fuzzers
41.0%
2651 / 6517
Cyclomatic complexity statically reachable by fuzzers
28.9%
8893 / 31011

All functions overview

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

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

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/immer/extra/fuzzer/set.cpp

Dictionary

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


/src/immer/extra/fuzzer/array-gc.cpp

Dictionary

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


/src/immer/extra/fuzzer/map-gc.cpp

Dictionary

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


/src/immer/extra/fuzzer/array.cpp

Dictionary

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


/src/immer/extra/fuzzer/set-st.cpp

Dictionary

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


/src/immer/extra/fuzzer/set-st-str.cpp

Dictionary

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


/src/immer/extra/fuzzer/vector-st.cpp

Dictionary

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


/src/immer/extra/fuzzer/map-st.cpp

Dictionary

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


/src/immer/extra/fuzzer/set-st-str-conflict.cpp

Dictionary

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


/src/immer/extra/fuzzer/set-gc.cpp

Dictionary

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


/src/immer/extra/fuzzer/vector-gc.cpp

Dictionary

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


/src/immer/extra/fuzzer/map-st-str-conflict.cpp

Dictionary

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


/src/immer/extra/fuzzer/map.cpp

Dictionary

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


/src/immer/extra/fuzzer/vector.cpp

Dictionary

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


/src/immer/extra/fuzzer/map-st-str.cpp

Dictionary

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


/src/immer/extra/fuzzer/flex-vector-bo.cpp

Dictionary

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


/src/immer/extra/fuzzer/flex-vector-st.cpp

Dictionary

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


/src/immer/extra/fuzzer/flex-vector.cpp

Dictionary

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


/src/immer/extra/fuzzer/flex-vector-gc.cpp

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/immer/immer/vector.hpp ['vector-st', 'vector-gc', 'vector'] []
/src/immer/immer/array.hpp ['array-gc', 'array'] []
/src/immer/immer/detail/arrays/node.hpp ['array-gc', 'array'] []
/src/immer/immer/flex_vector.hpp ['flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/immer/refcount/unsafe_refcount_policy.hpp ['set-st', 'set-st-str', 'vector-st', 'map-st', 'set-st-str-conflict', 'map-st-str-conflict', 'map-st-str', 'flex-vector-bo', 'flex-vector-st'] []
/src/immer/immer/detail/arrays/with_capacity.hpp ['array-gc', 'array'] []
/src/immer/extra/fuzzer/flex-vector-bo.cpp ['flex-vector-bo'] []
/src/immer/immer/heap/free_list_heap.hpp ['vector', 'flex-vector'] []
/src/immer/immer/refcount/refcount_policy.hpp ['set', 'array', 'map-st-str-conflict', 'map', 'vector', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector'] []
/src/immer/immer/detail/rbts/rrbtree.hpp ['flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/extra/fuzzer/flex-vector-st.cpp ['flex-vector-st'] []
/src/immer/immer/heap/split_heap.hpp ['vector', 'flex-vector'] []
/src/immer/immer/detail/hamts/bits.hpp ['set', 'map-gc', 'set-st', 'set-st-str', 'map-st', 'set-st-str-conflict', 'set-gc', 'map-st-str-conflict', 'map', 'map-st-str'] []
/src/immer/immer/set.hpp ['set', 'set-st', 'set-st-str', 'set-st-str-conflict', 'set-gc'] []
/src/immer/extra/fuzzer/set-st-str.cpp ['set-st-str'] []
/src/immer/immer/array_transient.hpp ['array-gc'] []
/src/immer/extra/fuzzer/vector-gc.cpp ['vector-gc'] []
/src/immer/extra/fuzzer/set-gc.cpp ['set-gc'] []
/src/immer/immer/heap/cpp_heap.hpp ['set', 'array', 'set-st', 'set-st-str', 'vector-st', 'map-st', 'set-st-str-conflict', 'map-st-str-conflict', 'map', 'vector', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector'] []
/src/immer/immer/vector_transient.hpp ['vector-gc'] []
/src/immer/extra/fuzzer/map-st-str-conflict.cpp ['map-st-str-conflict'] []
/src/immer/immer/heap/unsafe_free_list_heap.hpp ['vector', 'flex-vector'] []
/src/immer/extra/fuzzer/vector.cpp ['vector'] []
/src/immer/immer/detail/iterator_facade.hpp ['set', 'map-gc', 'set-st', 'set-st-str', 'map-st', 'set-st-str-conflict', 'map-st-str-conflict', 'map', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector'] []
/src/immer/extra/fuzzer/map.cpp ['map'] []
/src/immer/immer/box.hpp ['map-st-str-conflict', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector'] []
/src/immer/immer/detail/rbts/operations.hpp ['vector-st', 'vector-gc', 'vector', 'flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/extra/fuzzer/flex-vector-gc.cpp ['flex-vector-gc'] []
/src/immer/immer/detail/hamts/node.hpp ['set', 'map-gc', 'set-st', 'set-st-str', 'map-st', 'set-st-str-conflict', 'set-gc', 'map-st-str-conflict', 'map', 'map-st-str'] []
/src/immer/immer/heap/debug_size_heap.hpp ['set', 'array', 'map-st-str-conflict', 'map', 'vector', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector'] []
/src/immer/extra/fuzzer/array.cpp ['array'] []
/src/immer/immer/heap/with_data.hpp ['vector', 'flex-vector'] []
/src/immer/immer/transience/gc_transience_policy.hpp ['array-gc', 'map-gc', 'set-gc', 'vector-gc', 'flex-vector-gc'] []
/src/immer/immer/detail/arrays/no_capacity.hpp ['array-gc'] []
/src/immer/immer/detail/rbts/rrbtree_iterator.hpp ['flex-vector-bo', 'flex-vector-st', 'flex-vector'] []
/src/immer/extra/fuzzer/set-st-str-conflict.cpp ['set-st-str-conflict'] []
/src/immer/extra/fuzzer/fuzzer_gc_guard.hpp ['array-gc', 'map-gc', 'set-gc', 'vector-gc', 'flex-vector-gc'] []
/src/immer/immer/detail/rbts/rbtree.hpp ['vector-st', 'vector-gc', 'vector'] []
/src/immer/immer/map.hpp ['map-gc', 'map-st', 'map-st-str-conflict', 'map', 'map-st-str'] []
/usr/local/bin/../include/c++/v1/__exception/exception.h ['set', 'array-gc', 'map-gc', 'array', 'set-st', 'set-st-str', 'vector-st', 'map-st', 'set-st-str-conflict', 'set-gc', 'vector-gc', 'map-st-str-conflict', 'map', 'vector', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/extra/fuzzer/vector-st.cpp ['vector-st'] []
/src/immer/extra/fuzzer/fuzzer_input.hpp ['set', 'array-gc', 'map-gc', 'array', 'set-st', 'set-st-str', 'vector-st', 'map-st', 'set-st-str-conflict', 'set-gc', 'vector-gc', 'map-st-str-conflict', 'map', 'vector', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/immer/detail/rbts/position.hpp ['vector-st', 'vector-gc', 'vector', 'flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/extra/fuzzer/set-st.cpp ['set-st'] []
/src/immer/immer/heap/gc_heap.hpp ['array-gc', 'map-gc', 'set-gc', 'vector-gc', 'flex-vector-gc'] []
/src/immer/extra/fuzzer/flex-vector.cpp ['flex-vector'] []
/src/immer/immer/refcount/no_refcount_policy.hpp ['array-gc', 'map-gc', 'set-gc', 'vector-gc', 'flex-vector-gc'] []
/src/immer/immer/detail/combine_standard_layout.hpp ['set', 'array-gc', 'map-gc', 'array', 'set-st', 'set-st-str', 'vector-st', 'map-st', 'set-st-str-conflict', 'set-gc', 'vector-gc', 'map-st-str-conflict', 'map', 'vector', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/immer/detail/hamts/champ.hpp ['set', 'map-gc', 'set-st', 'set-st-str', 'map-st', 'set-st-str-conflict', 'set-gc', 'map-st-str-conflict', 'map', 'map-st-str'] []
/src/immer/immer/heap/thread_local_free_list_heap.hpp ['vector', 'flex-vector'] []
/src/immer/extra/fuzzer/map-st.cpp ['map-st'] []
/src/immer/extra/fuzzer/map-gc.cpp ['map-gc'] []
/src/immer/extra/fuzzer/array-gc.cpp ['array-gc'] []
/src/immer/immer/detail/rbts/visitor.hpp ['flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/immer/detail/util.hpp ['set', 'array-gc', 'map-gc', 'array', 'set-st', 'set-st-str', 'vector-st', 'map-st', 'set-st-str-conflict', 'set-gc', 'vector-gc', 'map-st-str-conflict', 'map', 'vector', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/extra/fuzzer/set.cpp ['set'] []
/src/immer/immer/detail/hamts/champ_iterator.hpp ['set', 'map-gc', 'set-st', 'set-st-str', 'map-st', 'set-st-str-conflict', 'map-st-str-conflict', 'map', 'map-st-str'] []
/usr/local/bin/../include/c++/v1/string [] []
/src/immer/immer/transience/no_transience_policy.hpp ['set', 'array', 'set-st', 'set-st-str', 'vector-st', 'map-st', 'set-st-str-conflict', 'map-st-str-conflict', 'map', 'vector', 'map-st-str', 'flex-vector-bo', 'flex-vector-st', 'flex-vector'] []
/src/immer/immer/detail/rbts/node.hpp ['vector-st', 'vector-gc', 'vector', 'flex-vector-bo', 'flex-vector-st', 'flex-vector', 'flex-vector-gc'] []
/src/immer/extra/fuzzer/map-st-str.cpp ['map-st-str'] []
/src/immer/immer/flex_vector_transient.hpp ['flex-vector-gc'] []

Directories in report

Directory
/src/immer/immer/detail/arrays/
/src/immer/extra/fuzzer/
/src/immer/immer/detail/
/usr/local/bin/../include/c++/v1/__exception/
/src/immer/immer/transience/
/src/immer/immer/detail/rbts/
/src/immer/immer/
/src/immer/immer/heap/
/src/immer/immer/detail/hamts/
/usr/local/bin/../include/c++/v1/
/src/immer/immer/refcount/

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
set fuzzerLogFile-0-WXdKoc1I9N.data fuzzerLogFile-0-WXdKoc1I9N.data.yaml
array-gc fuzzerLogFile-0-OY3OeW9Gmv.data fuzzerLogFile-0-OY3OeW9Gmv.data.yaml
map-gc fuzzerLogFile-0-psO3enj23E.data fuzzerLogFile-0-psO3enj23E.data.yaml
array fuzzerLogFile-0-k6J9ragIL6.data fuzzerLogFile-0-k6J9ragIL6.data.yaml
set-st fuzzerLogFile-0-1gVEWRcLrf.data fuzzerLogFile-0-1gVEWRcLrf.data.yaml
set-st-str fuzzerLogFile-0-sAeSXOf2b3.data fuzzerLogFile-0-sAeSXOf2b3.data.yaml
vector-st fuzzerLogFile-0-N2AmP8kWra.data fuzzerLogFile-0-N2AmP8kWra.data.yaml
map-st fuzzerLogFile-0-viTvfdSHnf.data fuzzerLogFile-0-viTvfdSHnf.data.yaml
set-st-str-conflict fuzzerLogFile-0-t3HChpEWLF.data fuzzerLogFile-0-t3HChpEWLF.data.yaml
set-gc fuzzerLogFile-0-sFM9GAGhFg.data fuzzerLogFile-0-sFM9GAGhFg.data.yaml
vector-gc fuzzerLogFile-0-tp6MRc81mZ.data fuzzerLogFile-0-tp6MRc81mZ.data.yaml
map-st-str-conflict fuzzerLogFile-0-mYjASr9mLe.data fuzzerLogFile-0-mYjASr9mLe.data.yaml
map fuzzerLogFile-0-fF8GzgSlfg.data fuzzerLogFile-0-fF8GzgSlfg.data.yaml
vector fuzzerLogFile-0-2E2hbOEjXw.data fuzzerLogFile-0-2E2hbOEjXw.data.yaml
map-st-str fuzzerLogFile-0-UlErJOVZl3.data fuzzerLogFile-0-UlErJOVZl3.data.yaml
flex-vector-bo fuzzerLogFile-0-0nLjrac2X9.data fuzzerLogFile-0-0nLjrac2X9.data.yaml
flex-vector-st fuzzerLogFile-0-GqLS5Muwp4.data fuzzerLogFile-0-GqLS5Muwp4.data.yaml
flex-vector fuzzerLogFile-0-IQJjDGqtjJ.data fuzzerLogFile-0-IQJjDGqtjJ.data.yaml
flex-vector-gc fuzzerLogFile-0-PPn89xmemO.data fuzzerLogFile-0-PPn89xmemO.data.yaml