Project: jsoncons

Language c++
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 18
Lines of code 21307
Lines covered 14253
Code coverage 66.89%
Code coverage report Report link
Static reachability 34.90%
Fuzz Introspector report Report link (from 2025-02-07)

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
voidjsoncons::basic_json<char,jsoncons::sorted_policy,std::__1::allocator<char>>::create_object_implicitly<std::__1::allocator<char>>() /src/jsoncons/./include/jsoncons/basic_json.hpp 1863 0.0%
voidjsoncons::basic_json<char,jsoncons::order_preserving_policy,std::__1::allocator<char>>::create_object_implicitly<std::__1::allocator<char>>() /src/jsoncons/./include/jsoncons/basic_json.hpp 1863 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 784 10.19%
jsoncons::basic_json_encoder<char,jsoncons::string_sink<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>,std::__1::allocator<char>>::write_bigint_value(std::__1::basic_string_view<char,std::__1::char_traits<char>>const&) /src/jsoncons/./include/jsoncons/json_encoder.hpp 463 15.87%
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>::~order_preserving_json_object() /src/jsoncons/./include/jsoncons/json_object.hpp 377 0.0%
voidjsoncons::basic_bigint<std::__1::allocator<unsignedchar>>::write_bytes_be<std::__1::allocator<unsignedchar>>(int&,std::__1::vector<unsignedchar,std::__1::allocator<unsignedchar>>&)const /src/jsoncons/./include/jsoncons/utility/bigint.hpp 315 0.0%
jsoncons::basic_bigint<std::__1::allocator<unsignedchar>>jsoncons::basic_bigint<std::__1::allocator<unsignedchar>>::from_string_radix<char>(charconst*,unsignedlong,unsignedchar) /src/jsoncons/./include/jsoncons/utility/bigint.hpp 290 0.0%
jsoncons::basic_bigint<std::__1::allocator<unsignedchar>>::operator-=(jsoncons::basic_bigint<std::__1::allocator<unsignedchar>>const&) /src/jsoncons/./include/jsoncons/utility/bigint.hpp 169 12.0%
voidjsoncons::csv::detail::parse_column_types<char,std::__1::vector<jsoncons::csv::csv_type_info,std::__1::allocator<jsoncons::csv::csv_type_info>>>(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::vector<jsoncons::csv::csv_type_info,std::__1::allocator<jsoncons::csv::csv_type_info>>&) /src/jsoncons/./include/jsoncons_ext/csv/csv_options.hpp 134 10.79%
jsoncons::csv::detail::parse_event<char,std::__1::allocator<char>>::replay(jsoncons::basic_json_visitor<char>&)const /src/jsoncons/./include/jsoncons_ext/csv/csv_parser.hpp 110 0.0%