Project: jsoncons

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 6
Lines of code 11573
Lines covered 6310
Code coverage 54.52%
Code coverage report Report link
Static reachability 24.30%
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
jsoncons::json_decoder<jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>,std::__1::allocator<char>>::visit_end_object(jsoncons::ser_contextconst&,std::__1::error_code&) /src/jsoncons/./include/jsoncons/json_decoder.hpp 1682 0.0%
jsoncons::csv::basic_csv_parser<char,std::__1::allocator<char>>::end_value(bool,std::__1::error_code&) /src/jsoncons/./include/jsoncons_ext/csv/csv_parser.hpp 772 10.19%
jsoncons::basic_json_cursor<char,jsoncons::stream_source<char>,std::__1::allocator<char>>::read_to(jsoncons::basic_json_visitor<char>&,std::__1::error_code&) /src/jsoncons/./include/jsoncons/json_cursor.hpp 576 0.0%
jsoncons::index_key_value<jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>>::operator=(jsoncons::index_key_value<jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>>&&) /src/jsoncons/./include/jsoncons/json_object.hpp 439 0.0%
jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>::operator=(jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>&&) /src/jsoncons/./include/jsoncons/basic_json.hpp 437 0.0%
jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>::move_assignment(jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>&&) /src/jsoncons/./include/jsoncons/basic_json.hpp 428 0.0%
jsoncons::order_preserving_json_object<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>,jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>,std::__1::vector>::uninitialized_init(jsoncons::index_key_value<jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>>*,unsignedlong) /src/jsoncons/./include/jsoncons/json_object.hpp 424 0.0%
jsoncons::index_key_value<jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>>::operator=(jsoncons::index_key_value<jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>>const&) /src/jsoncons/./include/jsoncons/json_object.hpp 410 0.0%
jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>::operator=(jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>const&) /src/jsoncons/./include/jsoncons/basic_json.hpp 408 0.0%
jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>::copy_assignment(jsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>const&) /src/jsoncons/./include/jsoncons/basic_json.hpp 405 0.0%