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

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

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

Fuzzer details

Fuzzer: sample_encode_fuzzer

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 21 26.9%
gold [1:9] 28 35.8%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 29 37.1%
All colors 78 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
9 9 google::protobuf::internal::InitSCCImpl(google::protobuf::internal::SCCInfoBase*) call site: 00009 __cxa_allocate_exception
7 59 google::protobuf::MessageLite::AppendToString(std::__1::basic_string , std::__1::allocator >*) const call site: 00059 snprintf
1 28 google::protobuf::internal::ShutdownData::get() call site: 00028
1 36 google::protobuf::internal::MutexLock::~MutexLock() call site: 00036 __cxa_begin_catch
1 43 google::protobuf::internal::(anonymous namespace)::InitSCC_DFS(google::protobuf::internal::SCCInfoBase*) call site: 00043
1 48 sentencepiece::SentencePieceProcessor::SampleEncodeAsSerializedProto(std::__1::basic_string_view >, int, float) const call site: 00048
1 75 google::protobuf::SerializeToArrayImpl(google::protobuf::MessageLite const&, unsigned char*, int) call site: 00075

Runtime coverage analysis

Covered functions
122
Functions that are reachable but not covered
37
Reachable functions
104
Percentage of reachable functions covered
64.42%
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/sample_encode_fuzzer.cc 1
/src/sentencepiece/src/sentencepiece_processor.cc 6
/src/sentencepiece/build/./root/include/sentencepiece_processor.h 2
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.cc 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_util.h 3
/src/sentencepiece/third_party/protobuf-lite/generated_message_util.cc 5
/src/sentencepiece/third_party/protobuf-lite/common.cc 8
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/common.h 1
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/sentencepiece/third_party/protobuf-lite/message_lite.cc 8
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/mutex.h 5
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.h 1
/src/sentencepiece/src/error.cc 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stl_util.h 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/zero_copy_stream_impl_lite.h 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/coded_stream.h 2

Fuzzer: processor_text_fuzzer

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
10 0 EP call site: 00000

Runtime coverage analysis

Covered functions
426
Functions that are reachable but not covered
1
Reachable functions
3
Percentage of reachable functions covered
66.67%
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/processor_text_fuzzer.cc 1
/src/sentencepiece/src/error.cc 1

Fuzzer: /src/inspector/source-code/src/processor_text_fuzzer.cc

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
4 6 LLVMFuzzerTestOneInput call site: 00006
1 4 LLVMFuzzerTestOneInput call site: 00004

Runtime coverage analysis

Covered functions
1006
Functions that are reachable but not covered
0
Reachable functions
3
Percentage of reachable functions covered
100.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/inspector/source-code/src/processor_text_fuzzer.cc 1
/src/sentencepiece/src/error.cc 1

Fuzzer: /src/inspector/light/source_files/src/processor_text_fuzzer.cc

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
4 6 LLVMFuzzerTestOneInput call site: 00006
1 4 LLVMFuzzerTestOneInput call site: 00004

Runtime coverage analysis

Covered functions
1006
Functions that are reachable but not covered
0
Reachable functions
3
Percentage of reachable functions covered
100.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/inspector/light/source_files/src/processor_text_fuzzer.cc 1
/src/sentencepiece/src/error.cc 1

Fuzzer: /src/inspector/source-code/src/sample_encode_fuzzer.cc

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 23 29.4%
gold [1:9] 17 21.7%
yellow [10:29] 11 14.1%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 27 34.6%
All colors 78 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
9 9 google::protobuf::internal::InitSCCImpl(google::protobuf::internal::SCCInfoBase*) call site: 00009 __cxa_allocate_exception
7 59 google::protobuf::MessageLite::AppendToString(std::__1::basic_string , std::__1::allocator >*) const call site: 00059 snprintf
2 75 google::protobuf::SerializeToArrayImpl(google::protobuf::MessageLite const&, unsigned char*, int) call site: 00075
1 0 EP call site: 00000
1 28 google::protobuf::internal::ShutdownData::get() call site: 00028
1 36 google::protobuf::internal::MutexLock::~MutexLock() call site: 00036 __cxa_begin_catch
1 43 google::protobuf::internal::(anonymous namespace)::InitSCC_DFS(google::protobuf::internal::SCCInfoBase*) call site: 00043
1 48 sentencepiece::SentencePieceProcessor::SampleEncodeAsSerializedProto(std::__1::basic_string_view >, int, float) const call site: 00048

Runtime coverage analysis

Covered functions
1006
Functions that are reachable but not covered
35
Reachable functions
104
Percentage of reachable functions covered
66.35%
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/inspector/source-code/src/sample_encode_fuzzer.cc 1
/src/sentencepiece/src/sentencepiece_processor.cc 6
/src/sentencepiece/build/./root/include/sentencepiece_processor.h 2
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.cc 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_util.h 3
/src/sentencepiece/third_party/protobuf-lite/generated_message_util.cc 5
/src/sentencepiece/third_party/protobuf-lite/common.cc 8
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/common.h 1
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/sentencepiece/third_party/protobuf-lite/message_lite.cc 8
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/mutex.h 5
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.h 1
/src/sentencepiece/src/error.cc 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stl_util.h 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/zero_copy_stream_impl_lite.h 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/coded_stream.h 2

Fuzzer: model_load_fuzzer

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 195 28.0%
gold [1:9] 19 2.73%
yellow [10:29] 11 1.58%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 469 67.5%
All colors 694 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
75 73 google::protobuf::internal::ExtensionSet::ExtensionSet(google::protobuf::Arena*) call site: 00073
52 227 google::protobuf::internal::ExtensionSet::~ForEach()::$_0 google::protobuf::internal::ExtensionSet::ForEach (google::protobuf::internal::ExtensionSet::~ForEach()::$_0) call site: 00227 __clang_call_terminate
19 405 std::__1::basic_string , std::__1::allocator >* google::protobuf::internal::ArenaStringPtr::MutableSlow<>(google::protobuf::Arena*) call site: 00405
15 24 google::protobuf::(anonymous namespace)::CheckFieldPresence(google::protobuf::internal::ParseContext const&, google::protobuf::MessageLite const&, google::protobuf::MessageLite::ParseFlags) call site: 00024 __cxa_allocate_exception
7 664 google::protobuf::MessageLite::AppendToString(std::__1::basic_string , std::__1::allocator >*) const call site: 00664 snprintf
3 289 google::protobuf::RepeatedPtrField ::~RepeatedPtrField() call site: 00289
2 446 sentencepiece::SentencePieceProcessor::GetPieceSize() const call site: 00446
2 529 google::protobuf::internal::LazyString::Init() const call site: 00529
2 537 sentencepiece::TrainerSpec::bos_piece() const call site: 00537
2 545 sentencepiece::TrainerSpec::eos_piece() const call site: 00545
2 553 sentencepiece::TrainerSpec::pad_piece() const call site: 00553
2 680 google::protobuf::SerializeToArrayImpl(google::protobuf::MessageLite const&, unsigned char*, int) call site: 00680

Runtime coverage analysis

Covered functions
1003
Functions that are reachable but not covered
214
Reachable functions
580
Percentage of reachable functions covered
63.1%
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/model_load_fuzzer.cc 1
/src/sentencepiece/src/sentencepiece_processor.cc 28
/src/sentencepiece/third_party/protobuf-lite/message_lite.cc 13
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stringpiece.h 3
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/message_lite.h 6
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/coded_stream.h 3
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h 5
/src/sentencepiece/third_party/protobuf-lite/common.cc 8
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/common.h 1
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/sentencepiece/src/util.h 13
/src/sentencepiece/src/error.cc 5
/src/sentencepiece/build/./root/include/sentencepiece_processor.h 3
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.h 11
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.cc 13
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h 6
/src/sentencepiece/third_party/protobuf-lite/extension_set.cc 7
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arena_impl.h 19
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arena.h 4
/src/sentencepiece/third_party/protobuf-lite/arena.cc 11
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_util.h 4
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/repeated_field.h 73
/src/sentencepiece/third_party/protobuf-lite/generated_message_util.cc 5
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/mutex.h 5
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h 11
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h 6
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/wire_format_lite.h 1
/src/sentencepiece/third_party/protobuf-lite/arenastring.cc 3
/src/sentencepiece/third_party/absl/log/log.cc 1
/src/sentencepiece/third_party/absl/log/log.h 4
/src/sentencepiece/src/sentencepiece_processor.h 1
/src/sentencepiece/src/model_interface.cc 4
/src/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h 10
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stl_util.h 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/zero_copy_stream_impl_lite.h 1

Fuzzer: /src/inspector/light/source_files/src/model_load_fuzzer.cc

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 195 28.0%
gold [1:9] 19 2.73%
yellow [10:29] 11 1.58%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 469 67.5%
All colors 694 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
75 73 google::protobuf::internal::ExtensionSet::ExtensionSet(google::protobuf::Arena*) call site: 00073
52 227 google::protobuf::internal::ExtensionSet::~ForEach()::$_0 google::protobuf::internal::ExtensionSet::ForEach (google::protobuf::internal::ExtensionSet::~ForEach()::$_0) call site: 00227 __clang_call_terminate
19 405 std::__1::basic_string , std::__1::allocator >* google::protobuf::internal::ArenaStringPtr::MutableSlow<>(google::protobuf::Arena*) call site: 00405
15 24 google::protobuf::(anonymous namespace)::CheckFieldPresence(google::protobuf::internal::ParseContext const&, google::protobuf::MessageLite const&, google::protobuf::MessageLite::ParseFlags) call site: 00024 __cxa_allocate_exception
7 664 google::protobuf::MessageLite::AppendToString(std::__1::basic_string , std::__1::allocator >*) const call site: 00664 snprintf
3 289 google::protobuf::RepeatedPtrField ::~RepeatedPtrField() call site: 00289
2 446 sentencepiece::SentencePieceProcessor::GetPieceSize() const call site: 00446
2 529 google::protobuf::internal::LazyString::Init() const call site: 00529
2 537 sentencepiece::TrainerSpec::bos_piece() const call site: 00537
2 545 sentencepiece::TrainerSpec::eos_piece() const call site: 00545
2 553 sentencepiece::TrainerSpec::pad_piece() const call site: 00553
2 680 google::protobuf::SerializeToArrayImpl(google::protobuf::MessageLite const&, unsigned char*, int) call site: 00680

Runtime coverage analysis

Covered functions
1006
Functions that are reachable but not covered
212
Reachable functions
580
Percentage of reachable functions covered
63.45%
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/inspector/light/source_files/src/model_load_fuzzer.cc 1
/src/sentencepiece/src/sentencepiece_processor.cc 28
/src/sentencepiece/third_party/protobuf-lite/message_lite.cc 13
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stringpiece.h 3
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/message_lite.h 6
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/coded_stream.h 3
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h 5
/src/sentencepiece/third_party/protobuf-lite/common.cc 8
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/common.h 1
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/sentencepiece/src/util.h 13
/src/sentencepiece/src/error.cc 5
/src/sentencepiece/build/./root/include/sentencepiece_processor.h 3
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.h 11
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.cc 13
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h 6
/src/sentencepiece/third_party/protobuf-lite/extension_set.cc 7
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arena_impl.h 19
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arena.h 4
/src/sentencepiece/third_party/protobuf-lite/arena.cc 11
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_util.h 4
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/repeated_field.h 73
/src/sentencepiece/third_party/protobuf-lite/generated_message_util.cc 5
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/mutex.h 5
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h 11
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h 6
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/wire_format_lite.h 1
/src/sentencepiece/third_party/protobuf-lite/arenastring.cc 3
/src/sentencepiece/third_party/absl/log/log.cc 1
/src/sentencepiece/third_party/absl/log/log.h 4
/src/sentencepiece/src/sentencepiece_processor.h 1
/src/sentencepiece/src/model_interface.cc 4
/src/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h 10
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stl_util.h 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/zero_copy_stream_impl_lite.h 1

Fuzzer: /src/inspector/light/source_files/src/sample_encode_fuzzer.cc

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 23 29.4%
gold [1:9] 17 21.7%
yellow [10:29] 11 14.1%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 27 34.6%
All colors 78 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
9 9 google::protobuf::internal::InitSCCImpl(google::protobuf::internal::SCCInfoBase*) call site: 00009 __cxa_allocate_exception
7 59 google::protobuf::MessageLite::AppendToString(std::__1::basic_string , std::__1::allocator >*) const call site: 00059 snprintf
2 75 google::protobuf::SerializeToArrayImpl(google::protobuf::MessageLite const&, unsigned char*, int) call site: 00075
1 0 EP call site: 00000
1 28 google::protobuf::internal::ShutdownData::get() call site: 00028
1 36 google::protobuf::internal::MutexLock::~MutexLock() call site: 00036 __cxa_begin_catch
1 43 google::protobuf::internal::(anonymous namespace)::InitSCC_DFS(google::protobuf::internal::SCCInfoBase*) call site: 00043
1 48 sentencepiece::SentencePieceProcessor::SampleEncodeAsSerializedProto(std::__1::basic_string_view >, int, float) const call site: 00048

Runtime coverage analysis

Covered functions
1006
Functions that are reachable but not covered
35
Reachable functions
104
Percentage of reachable functions covered
66.35%
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/inspector/light/source_files/src/sample_encode_fuzzer.cc 1
/src/sentencepiece/src/sentencepiece_processor.cc 6
/src/sentencepiece/build/./root/include/sentencepiece_processor.h 2
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.cc 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_util.h 3
/src/sentencepiece/third_party/protobuf-lite/generated_message_util.cc 5
/src/sentencepiece/third_party/protobuf-lite/common.cc 8
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/common.h 1
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/sentencepiece/third_party/protobuf-lite/message_lite.cc 8
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/mutex.h 5
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.h 1
/src/sentencepiece/src/error.cc 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stl_util.h 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/zero_copy_stream_impl_lite.h 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/coded_stream.h 2

Fuzzer: /src/inspector/source-code/src/model_load_fuzzer.cc

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 195 28.0%
gold [1:9] 19 2.73%
yellow [10:29] 11 1.58%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 469 67.5%
All colors 694 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
75 73 google::protobuf::internal::ExtensionSet::ExtensionSet(google::protobuf::Arena*) call site: 00073
52 227 google::protobuf::internal::ExtensionSet::~ForEach()::$_0 google::protobuf::internal::ExtensionSet::ForEach (google::protobuf::internal::ExtensionSet::~ForEach()::$_0) call site: 00227 __clang_call_terminate
19 405 std::__1::basic_string , std::__1::allocator >* google::protobuf::internal::ArenaStringPtr::MutableSlow<>(google::protobuf::Arena*) call site: 00405
15 24 google::protobuf::(anonymous namespace)::CheckFieldPresence(google::protobuf::internal::ParseContext const&, google::protobuf::MessageLite const&, google::protobuf::MessageLite::ParseFlags) call site: 00024 __cxa_allocate_exception
7 664 google::protobuf::MessageLite::AppendToString(std::__1::basic_string , std::__1::allocator >*) const call site: 00664 snprintf
3 289 google::protobuf::RepeatedPtrField ::~RepeatedPtrField() call site: 00289
2 446 sentencepiece::SentencePieceProcessor::GetPieceSize() const call site: 00446
2 529 google::protobuf::internal::LazyString::Init() const call site: 00529
2 537 sentencepiece::TrainerSpec::bos_piece() const call site: 00537
2 545 sentencepiece::TrainerSpec::eos_piece() const call site: 00545
2 553 sentencepiece::TrainerSpec::pad_piece() const call site: 00553
2 680 google::protobuf::SerializeToArrayImpl(google::protobuf::MessageLite const&, unsigned char*, int) call site: 00680

Runtime coverage analysis

Covered functions
1006
Functions that are reachable but not covered
212
Reachable functions
580
Percentage of reachable functions covered
63.45%
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/inspector/source-code/src/model_load_fuzzer.cc 1
/src/sentencepiece/src/sentencepiece_processor.cc 28
/src/sentencepiece/third_party/protobuf-lite/message_lite.cc 13
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stringpiece.h 3
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/message_lite.h 6
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/coded_stream.h 3
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h 5
/src/sentencepiece/third_party/protobuf-lite/common.cc 8
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/common.h 1
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/sentencepiece/src/util.h 13
/src/sentencepiece/src/error.cc 5
/src/sentencepiece/build/./root/include/sentencepiece_processor.h 3
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.h 11
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.cc 13
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h 6
/src/sentencepiece/third_party/protobuf-lite/extension_set.cc 7
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arena_impl.h 19
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arena.h 4
/src/sentencepiece/third_party/protobuf-lite/arena.cc 11
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_util.h 4
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/repeated_field.h 73
/src/sentencepiece/third_party/protobuf-lite/generated_message_util.cc 5
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/mutex.h 5
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h 11
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h 6
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/wire_format_lite.h 1
/src/sentencepiece/third_party/protobuf-lite/arenastring.cc 3
/src/sentencepiece/third_party/absl/log/log.cc 1
/src/sentencepiece/third_party/absl/log/log.h 4
/src/sentencepiece/src/sentencepiece_processor.h 1
/src/sentencepiece/src/model_interface.cc 4
/src/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h 10
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stl_util.h 1
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/zero_copy_stream_impl_lite.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
sentencepiece::ModelProto::_InternalParse(charconst*,google::protobuf::internal::ParseContext*) /src/sentencepiece/src/builtin_pb/sentencepiece_model.pb.cc 3 ['N/A', 'N/A', 'N/A'] 23 0 341 66 22 1107 0 2116 1649
sentencepiece::unigram::Model::Model(sentencepiece::ModelProtoconst&) /src/sentencepiece/src/unigram_model.cc 2 ['N/A', 'N/A'] 14 0 205 35 22 506 0 1079 1011
google::protobuf::internal::SerializeInternalToArray(unsignedcharconst*,google::protobuf::internal::FieldMetadataconst*,int,bool,unsignedchar*) /src/sentencepiece/third_party/protobuf-lite/generated_message_util.cc 5 ['N/A', 'N/A', 'int', 'bool', 'N/A'] 13 0 1417 216 51 488 10 691 601
google::protobuf::internal::ExtensionSet::ParseMessageSet(google::protobuf::io::CodedInputStream*,google::protobuf::MessageLiteconst*,std::__1::basic_string ,std::__1::allocator >*) /src/sentencepiece/third_party/protobuf-lite/extension_set.cc 4 ['N/A', 'N/A', 'N/A', 'N/A'] 23 0 92 15 12 697 0 1329 509
sentencepiece::unigram::Model::SampleEncodeAndScore(std::__1::basic_string_view >,float,int,bool,bool)const /src/sentencepiece/src/unigram_model.cc 8 ['N/A', 'N/A', 'N/A', 'size_t', 'float', 'int', 'bool', 'bool'] 10 0 801 127 109 153 0 596 500
sentencepiece::SentencePieceProcessor::SampleEncode(std::__1::basic_string_view >,int,float,sentencepiece::SentencePieceText*)const /src/sentencepiece/src/sentencepiece_processor.cc 7 ['N/A', 'N/A', 'N/A', 'size_t', 'int', 'float', 'N/A'] 22 0 954 180 132 558 0 1054 463
google::protobuf::internal::SerializeInternal(unsignedcharconst*,google::protobuf::internal::FieldMetadataconst*,int,google::protobuf::io::CodedOutputStream*) /src/sentencepiece/third_party/protobuf-lite/generated_message_util.cc 4 ['N/A', 'N/A', 'int', 'N/A'] 16 0 1348 208 56 476 10 684 425

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

Functions statically reachable by fuzzers
45.0%
1481 / 3321
Cyclomatic complexity statically reachable by fuzzers
42.0%
6385 / 15370

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/sample_encode_fuzzer.cc

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=['google::protobuf::internal::InitSCCImpl(google::protobuf::internal::SCCInfoBase*)', 'google::protobuf::MessageLite::AppendToString(std::__1::basic_string, std::__1::allocator >*) const', 'google::protobuf::internal::ShutdownData::get()', 'google::protobuf::internal::MutexLock::~MutexLock()', 'google::protobuf::internal::(anonymous namespace)::InitSCC_DFS(google::protobuf::internal::SCCInfoBase*)', 'sentencepiece::SentencePieceProcessor::SampleEncodeAsSerializedProto(std::__1::basic_string_view >, int, float) const', 'google::protobuf::SerializeToArrayImpl(google::protobuf::MessageLite const&, unsigned char*, int)']

/src/processor_text_fuzzer.cc

Dictionary

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


/src/inspector/source-code/src/processor_text_fuzzer.cc

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']

/src/inspector/light/source_files/src/processor_text_fuzzer.cc

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']

/src/inspector/source-code/src/sample_encode_fuzzer.cc

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=['google::protobuf::internal::InitSCCImpl(google::protobuf::internal::SCCInfoBase*)', 'google::protobuf::MessageLite::AppendToString(std::__1::basic_string, std::__1::allocator >*) const', 'google::protobuf::SerializeToArrayImpl(google::protobuf::MessageLite const&, unsigned char*, int)', 'google::protobuf::internal::ShutdownData::get()', 'google::protobuf::internal::MutexLock::~MutexLock()', 'google::protobuf::internal::(anonymous namespace)::InitSCC_DFS(google::protobuf::internal::SCCInfoBase*)', 'sentencepiece::SentencePieceProcessor::SampleEncodeAsSerializedProto(std::__1::basic_string_view >, int, float) const']

/src/model_load_fuzzer.cc

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=['google::protobuf::internal::ExtensionSet::ExtensionSet(google::protobuf::Arena*)', 'google::protobuf::internal::ExtensionSet::~ForEach()::$_0 google::protobuf::internal::ExtensionSet::ForEach(google::protobuf::internal::ExtensionSet::~ForEach()::$_0)', 'std::__1::basic_string, std::__1::allocator >* google::protobuf::internal::ArenaStringPtr::MutableSlow<>(google::protobuf::Arena*)', 'google::protobuf::(anonymous namespace)::CheckFieldPresence(google::protobuf::internal::ParseContext const&, google::protobuf::MessageLite const&, google::protobuf::MessageLite::ParseFlags)', 'google::protobuf::MessageLite::AppendToString(std::__1::basic_string, std::__1::allocator >*) const', 'google::protobuf::RepeatedPtrField::~RepeatedPtrField()', 'sentencepiece::SentencePieceProcessor::GetPieceSize() const', 'google::protobuf::internal::LazyString::Init() const', 'sentencepiece::TrainerSpec::bos_piece() const', 'sentencepiece::TrainerSpec::eos_piece() const']

/src/inspector/light/source_files/src/model_load_fuzzer.cc

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=['google::protobuf::internal::ExtensionSet::ExtensionSet(google::protobuf::Arena*)', 'google::protobuf::internal::ExtensionSet::~ForEach()::$_0 google::protobuf::internal::ExtensionSet::ForEach(google::protobuf::internal::ExtensionSet::~ForEach()::$_0)', 'std::__1::basic_string, std::__1::allocator >* google::protobuf::internal::ArenaStringPtr::MutableSlow<>(google::protobuf::Arena*)', 'google::protobuf::(anonymous namespace)::CheckFieldPresence(google::protobuf::internal::ParseContext const&, google::protobuf::MessageLite const&, google::protobuf::MessageLite::ParseFlags)', 'google::protobuf::MessageLite::AppendToString(std::__1::basic_string, std::__1::allocator >*) const', 'google::protobuf::RepeatedPtrField::~RepeatedPtrField()', 'sentencepiece::SentencePieceProcessor::GetPieceSize() const', 'google::protobuf::internal::LazyString::Init() const', 'sentencepiece::TrainerSpec::bos_piece() const', 'sentencepiece::TrainerSpec::eos_piece() const']

/src/inspector/light/source_files/src/sample_encode_fuzzer.cc

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=['google::protobuf::internal::InitSCCImpl(google::protobuf::internal::SCCInfoBase*)', 'google::protobuf::MessageLite::AppendToString(std::__1::basic_string, std::__1::allocator >*) const', 'google::protobuf::SerializeToArrayImpl(google::protobuf::MessageLite const&, unsigned char*, int)', 'google::protobuf::internal::ShutdownData::get()', 'google::protobuf::internal::MutexLock::~MutexLock()', 'google::protobuf::internal::(anonymous namespace)::InitSCC_DFS(google::protobuf::internal::SCCInfoBase*)', 'sentencepiece::SentencePieceProcessor::SampleEncodeAsSerializedProto(std::__1::basic_string_view >, int, float) const']

/src/inspector/source-code/src/model_load_fuzzer.cc

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=['google::protobuf::internal::ExtensionSet::ExtensionSet(google::protobuf::Arena*)', 'google::protobuf::internal::ExtensionSet::~ForEach()::$_0 google::protobuf::internal::ExtensionSet::ForEach(google::protobuf::internal::ExtensionSet::~ForEach()::$_0)', 'std::__1::basic_string, std::__1::allocator >* google::protobuf::internal::ArenaStringPtr::MutableSlow<>(google::protobuf::Arena*)', 'google::protobuf::(anonymous namespace)::CheckFieldPresence(google::protobuf::internal::ParseContext const&, google::protobuf::MessageLite const&, google::protobuf::MessageLite::ParseFlags)', 'google::protobuf::MessageLite::AppendToString(std::__1::basic_string, std::__1::allocator >*) const', 'google::protobuf::RepeatedPtrField::~RepeatedPtrField()', 'sentencepiece::SentencePieceProcessor::GetPieceSize() const', 'google::protobuf::internal::LazyString::Init() const', 'sentencepiece::TrainerSpec::bos_piece() const', 'sentencepiece::TrainerSpec::eos_piece() const']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

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

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
sentencepiece::SentencePieceProcessor::SampleEncode(std::__1::basic_string_view >,int,float,sentencepiece::SentencePieceText*)const 36 19 52.77% ['/src/inspector/light/source_files/src/model_load_fuzzer.cc', 'sample_encode_fuzzer', '/src/inspector/source-code/src/processor_text_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/processor_text_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/sample_encode_fuzzer.cc']
sentencepiece::SentencePieceProcessor::Load(std::__1::unique_ptr >) 32 17 53.12% ['/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/processor_text_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/processor_text_fuzzer.cc', 'processor_text_fuzzer', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/sample_encode_fuzzer.cc']
google::protobuf::internal::EpsCopyInputStream::NextBuffer(int,int) 41 11 26.82% ['/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/processor_text_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/processor_text_fuzzer.cc', 'processor_text_fuzzer', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/sample_encode_fuzzer.cc']
sentencepiece::bpe::Model::SampleEncode(std::__1::basic_string_view >,float)const 125 4 3.2% ['/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/processor_text_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/processor_text_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/sample_encode_fuzzer.cc']
sentencepiece::TrainerSpec::_InternalSerialize(unsignedchar*,google::protobuf::io::EpsCopyOutputStream*)const 203 86 42.36% ['/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/processor_text_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/processor_text_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/sample_encode_fuzzer.cc']
sentencepiece::TrainerSpec::ByteSizeLong()const 227 83 36.56% ['/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/processor_text_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/processor_text_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/sample_encode_fuzzer.cc']
sentencepiece::SentencePieceProcessor::ApplyExtraOptions(std::__1::vector >const&,sentencepiece::SentencePieceText*)const 43 4 9.302% ['/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/processor_text_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/processor_text_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/sample_encode_fuzzer.cc']
sentencepiece::SentencePieceProcessor::Decode(std::__1::vector >,std::__1::allocator >>>const&,sentencepiece::SentencePieceText*)const::$_2::operator()(int,int)const 37 4 10.81%

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/sentencepiece/third_party/protobuf-lite/coded_stream.cc [] []
/src/sentencepiece/third_party/protobuf-lite/int128.cc [] []
/src/sentencepiece/third_party/protobuf-lite/structurally_valid.cc [] []
/src/sentencepiece/third_party/protobuf-lite/common.cc ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/src/sentencepiece_processor.cc ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/src/util.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/sentencepiece/third_party/absl/strings/str_cat.h [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/implicit_weak_message.h [] []
/src/sentencepiece/third_party/protobuf-lite/repeated_field.cc [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/zero_copy_stream_impl.h [] []
/src/inspector/light/source_files/src/sample_encode_fuzzer.cc ['/src/inspector/light/source_files/src/sample_encode_fuzzer.cc'] ['/src/inspector/light/source_files/src/sample_encode_fuzzer.cc']
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/int128.h [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/port.h [] []
/src/sentencepiece/src/error.cc ['sample_encode_fuzzer', 'processor_text_fuzzer', '/src/inspector/source-code/src/processor_text_fuzzer.cc', '/src/inspector/light/source_files/src/processor_text_fuzzer.cc', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['sample_encode_fuzzer', 'processor_text_fuzzer', '/src/inspector/source-code/src/processor_text_fuzzer.cc', '/src/inspector/light/source_files/src/processor_text_fuzzer.cc', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/casts.h [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/mutex.h ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/usr/local/bin/../include/c++/v1/sstream [] []
/usr/local/bin/../include/c++/v1/__exception/exception.h ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc [] []
/src/sentencepiece/third_party/protobuf-lite/generated_enum_util.cc [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/map_util.h [] []
/src/sentencepiece/third_party/protobuf-lite/wire_format_lite.cc [] []
/src/sentencepiece/src/util.cc [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arenastring.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/inspector/source-code/src/sample_encode_fuzzer.cc ['/src/inspector/source-code/src/sample_encode_fuzzer.cc'] ['/src/inspector/source-code/src/sample_encode_fuzzer.cc']
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/metadata_lite.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/src/model_interface.h [] []
/src/sentencepiece/src/sentencepiece_processor.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/message_lite.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/src/builtin_pb/sentencepiece_model.pb.cc [] []
/src/sentencepiece/third_party/protobuf-lite/implicit_weak_message.cc [] []
/src/sentencepiece/third_party/absl/strings/str_format.h [] []
/src/sentencepiece/third_party/absl/log/log.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sample_encode_fuzzer.cc ['sample_encode_fuzzer'] ['sample_encode_fuzzer']
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stringpiece.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/third_party/protobuf-lite/message_lite.cc ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/src/filesystem.cc [] []
/src/inspector/light/source_files/src/model_load_fuzzer.cc ['/src/inspector/light/source_files/src/model_load_fuzzer.cc'] ['/src/inspector/light/source_files/src/model_load_fuzzer.cc']
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/zero_copy_stream.h [] []
/src/sentencepiece/src/filesystem.h [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/common.h ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/src/unigram_model.cc [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/once.h [] []
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.cc ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/third_party/protobuf-lite/arena.cc ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/third_party/protobuf-lite/zero_copy_stream_impl.cc [] []
/src/sentencepiece/src/char_model.cc [] []
/usr/local/bin/../include/c++/v1/string [] []
/src/sentencepiece/third_party/protobuf-lite/stringpiece.cc [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/strutil.h [] []
/src/sentencepiece/third_party/absl/strings/numbers.h [] []
/src/sentencepiece/src/bpe_model.h [] []
/src/sentencepiece/src/normalizer.cc [] []
/src/sentencepiece/src/freelist.h [] []
/usr/include/x86_64-linux-gnu/bits/byteswap.h [] []
/src/sentencepiece/third_party/protobuf-lite/arenastring.cc ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/wire_format_lite.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/third_party/absl/strings/strip.h [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arena.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/third_party/protobuf-lite/generated_message_util.cc ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/third_party/absl/strings/string_view.h [] []
/src/sentencepiece/src/model_interface.cc ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/third_party/absl/strings/match.h [] []
/src/sentencepiece/src/builtin_pb/sentencepiece_model.pb.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/src/bpe_model.cc [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/has_bits.h [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/arena_impl.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/third_party/protobuf-lite/stringprintf.cc [] []
/src/inspector/light/source_files/src/processor_text_fuzzer.cc ['/src/inspector/light/source_files/src/processor_text_fuzzer.cc'] ['/src/inspector/light/source_files/src/processor_text_fuzzer.cc']
/src/sentencepiece/src/word_model.cc [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/generated_message_util.h ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/third_party/protobuf-lite/parse_context.cc [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/status.h [] []
/src/sentencepiece/third_party/protobuf-lite/extension_set.cc ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/third_party/protobuf-lite/zero_copy_stream.cc [] []
/src/sentencepiece/src/model_factory.cc [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/parse_context.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/processor_text_fuzzer.cc ['processor_text_fuzzer'] ['processor_text_fuzzer']
/src/sentencepiece/third_party/protobuf-lite/status.cc [] []
/src/sentencepiece/third_party/absl/strings/str_replace.h [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/stl_util.h ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/build/./root/include/sentencepiece_processor.h ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/repeated_field.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/third_party/absl/strings/str_split.h [] []
/src/sentencepiece/src/normalizer.h [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set_inl.h [] []
/src/inspector/source-code/src/processor_text_fuzzer.cc ['/src/inspector/source-code/src/processor_text_fuzzer.cc'] ['/src/inspector/source-code/src/processor_text_fuzzer.cc']
/src/inspector/source-code/src/model_load_fuzzer.cc ['/src/inspector/source-code/src/model_load_fuzzer.cc'] ['/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/third_party/absl/log/log.cc ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/callback.h [] []
/src/sentencepiece/src/unigram_model.h [] []
/usr/local/bin/../include/c++/v1/istream [] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/extension_set.h ['model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/zero_copy_stream_impl_lite.h ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/coded_stream.h ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] []
/src/sentencepiece/third_party/absl/strings/str_join.h [] []
/src/sentencepiece/third_party/protobuf-lite/strutil.cc [] []
/src/sentencepiece/third_party/darts_clone/darts.h [] []
/src/model_load_fuzzer.cc ['model_load_fuzzer'] ['model_load_fuzzer']
/src/sentencepiece/src/builtin_pb/sentencepiece.pb.h ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc'] ['sample_encode_fuzzer', '/src/inspector/source-code/src/sample_encode_fuzzer.cc', 'model_load_fuzzer', '/src/inspector/light/source_files/src/model_load_fuzzer.cc', '/src/inspector/light/source_files/src/sample_encode_fuzzer.cc', '/src/inspector/source-code/src/model_load_fuzzer.cc']

Directories in report

Directory
/usr/local/bin/../include/c++/v1/
/src/sentencepiece/build/./root/include/
/src/sentencepiece/third_party/protobuf-lite/
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/io/
/src/inspector/source-code/src/
/src/
/src/sentencepiece/third_party/darts_clone/
/src/sentencepiece/src/builtin_pb/
/usr/include/x86_64-linux-gnu/bits/
/src/sentencepiece/third_party/absl/strings/
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/stubs/
/src/sentencepiece/src/../third_party/protobuf-lite/google/protobuf/
/usr/local/bin/../include/c++/v1/__exception/
/src/sentencepiece/src/
/src/inspector/light/source_files/src/
/src/sentencepiece/third_party/absl/log/

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
sample_encode_fuzzer fuzzerLogFile-0-3a5KsUjxdZ.data fuzzerLogFile-0-3a5KsUjxdZ.data.yaml sample_encode_fuzzer.covreport
processor_text_fuzzer fuzzerLogFile-0-zY2qKfqvZE.data fuzzerLogFile-0-zY2qKfqvZE.data.yaml processor_text_fuzzer.covreport
/src/inspector/source-code/src/processor_text_fuzzer.cc fuzzerLogFile-0-mCsxt1C33E.data fuzzerLogFile-0-mCsxt1C33E.data.yaml processor_text_fuzzer.covreport , sample_encode_fuzzer.covreport , model_load_fuzzer.covreport
/src/inspector/light/source_files/src/processor_text_fuzzer.cc fuzzerLogFile-0-bplYaZloGr.data fuzzerLogFile-0-bplYaZloGr.data.yaml processor_text_fuzzer.covreport , sample_encode_fuzzer.covreport , model_load_fuzzer.covreport
/src/inspector/source-code/src/sample_encode_fuzzer.cc fuzzerLogFile-0-gXxON25RgF.data fuzzerLogFile-0-gXxON25RgF.data.yaml processor_text_fuzzer.covreport , sample_encode_fuzzer.covreport , model_load_fuzzer.covreport
model_load_fuzzer fuzzerLogFile-0-yL8KyMVHX7.data fuzzerLogFile-0-yL8KyMVHX7.data.yaml model_load_fuzzer.covreport
/src/inspector/light/source_files/src/model_load_fuzzer.cc fuzzerLogFile-0-NDvqIWiCNw.data fuzzerLogFile-0-NDvqIWiCNw.data.yaml processor_text_fuzzer.covreport , sample_encode_fuzzer.covreport , model_load_fuzzer.covreport
/src/inspector/light/source_files/src/sample_encode_fuzzer.cc fuzzerLogFile-0-2zeJO8LGaT.data fuzzerLogFile-0-2zeJO8LGaT.data.yaml processor_text_fuzzer.covreport , sample_encode_fuzzer.covreport , model_load_fuzzer.covreport
/src/inspector/source-code/src/model_load_fuzzer.cc fuzzerLogFile-0-TNfMyhlkhy.data fuzzerLogFile-0-TNfMyhlkhy.data.yaml processor_text_fuzzer.covreport , sample_encode_fuzzer.covreport , model_load_fuzzer.covreport