Project: jsonnet

Language c++
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 3
Lines of code 18289
Lines covered 5174
Code coverage 28.29%
Code coverage report Report link
Static reachability 33.21%
Fuzz Introspector report Report link (from 2024-07-25)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
jsonnet_evaluate_file_stream /src/jsonnet/core/libjsonnet.cpp 6147 0.0%
jsonnet_evaluate_file_multi /src/jsonnet/core/libjsonnet.cpp 6147 0.0%
jsonnet_evaluate_file /src/jsonnet/core/libjsonnet.cpp 6147 0.0%
jsonnet_evaluate_file_aux(JsonnetVm*,charconst*,int*,(anonymousnamespace)::EvalKind) /src/jsonnet/core/libjsonnet.cpp 6136 0.0%
jsonnet::internal::(anonymousnamespace)::Interpreter::builtinExtVar(jsonnet::internal::LocationRangeconst&,std::__1::vector<jsonnet::internal::(anonymousnamespace)::Value,std::__1::allocator<jsonnet::internal::(anonymousnamespace)::Value>>const&) /src/jsonnet/core/vm.cpp 3918 0.0%
jsonnet_fmt_file /src/jsonnet/core/libjsonnet.cpp 3752 0.0%
jsonnet_fmt_snippet /src/jsonnet/core/libjsonnet.cpp 3735 0.0%
jsonnet_fmt_snippet_aux(JsonnetVm*,charconst*,charconst*,int*) /src/jsonnet/core/libjsonnet.cpp 3724 0.0%
c4::yml::Parser::parse_in_place(c4::basic_substring<charconst>,c4::basic_substring<char>,c4::yml::Tree*,unsignedlong) /src/jsonnet/third_party/rapidyaml/ryml_all.hpp 2863 0.0%
c4::yml::Parser::_handle_line() /src/jsonnet/third_party/rapidyaml/ryml_all.hpp 2818 0.0%