Project: exprtk

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 1
Lines of code 20570
Lines covered 11853
Code coverage 57.62%
Code coverage report Report link
Static reachability 23.01%
Fuzz Introspector report Report link

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
exprtk::parser<double>::parse_switch_statement() /src/exprtk/./exprtk.hpp 18671 11.53%
exprtk::parser<float>::parse_switch_statement() /src/exprtk/./exprtk.hpp 18670 11.53%
exprtk::details::expression_node<double>*exprtk::parser<double>::parse_function_call<10ul>(exprtk::ifunction<double>*,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&) /src/exprtk/./exprtk.hpp 18634 0.0%
exprtk::details::expression_node<float>*exprtk::parser<float>::parse_function_call<10ul>(exprtk::ifunction<float>*,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&) /src/exprtk/./exprtk.hpp 18633 0.0%
exprtk::parser<double>::parse_generic_function_call(exprtk::igeneric_function<double>*,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&) /src/exprtk/./exprtk.hpp 18632 0.0%
exprtk::parser<float>::parse_generic_function_call(exprtk::igeneric_function<float>*,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&) /src/exprtk/./exprtk.hpp 18631 0.0%
exprtk::parser<double>::parse_return_statement() /src/exprtk/./exprtk.hpp 18630 0.0%
exprtk::parser<float>::parse_return_statement() /src/exprtk/./exprtk.hpp 18629 0.0%
exprtk::details::expression_node<double>*exprtk::parser<double>::parse_function_call<9ul>(exprtk::ifunction<double>*,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&) /src/exprtk/./exprtk.hpp 18628 0.0%
exprtk::details::expression_node<float>*exprtk::parser<float>::parse_function_call<9ul>(exprtk::ifunction<float>*,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&) /src/exprtk/./exprtk.hpp 18627 0.0%