Project: jsoncpp

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 2
Lines of code 8125
Lines covered 1899
Code coverage 23.37%
Code coverage report Report link
Static reachability 7.61%
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
Json::Reader::readObject(Json::Reader::Token&) /src/jsoncpp/src/lib_json/json_reader.cpp 815 0.0%
Json::Reader::readArray(Json::Reader::Token&) /src/jsoncpp/src/lib_json/json_reader.cpp 753 0.0%
Json::Reader::readValue() /src/jsoncpp/src/lib_json/json_reader.cpp 746 0.0%
Json::Reader::parse(std::__1::basic_istream<char,std::__1::char_traits<char>>&,Json::Value&,bool) /src/jsoncpp/src/lib_json/json_reader.cpp 718 0.0%
Json::Reader::parse(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,Json::Value&,bool) /src/jsoncpp/src/lib_json/json_reader.cpp 715 0.0%
Json::Reader::parse(charconst*,charconst*,Json::Value&,bool) /src/jsoncpp/src/lib_json/json_reader.cpp 713 0.0%
Json::BuiltStyledStreamWriter::writeValue(Json::Valueconst&) /src/jsoncpp/src/lib_json/json_writer.cpp 578 0.0%
Json::StyledWriter::writeValue(Json::Valueconst&) /src/jsoncpp/src/lib_json/json_writer.cpp 578 0.0%
Json::StyledStreamWriter::writeValue(Json::Valueconst&) /src/jsoncpp/src/lib_json/json_writer.cpp 574 0.0%
Json::BuiltStyledStreamWriter::isMultilineArray(Json::Valueconst&) /src/jsoncpp/src/lib_json/json_writer.cpp 539 0.0%