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 11824
Code coverage 57.48%
Code coverage report Report link
Static reachability 22.96%
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
exprtk::parser<double>::parse_swap_statement() /src/exprtk/./exprtk.hpp 18672 6.878%
exprtk::parser<float>::parse_swap_statement() /src/exprtk/./exprtk.hpp 18671 6.878%
exprtk::parser<double>::parse_switch_statement() /src/exprtk/./exprtk.hpp 18618 11.53%
exprtk::parser<float>::parse_switch_statement() /src/exprtk/./exprtk.hpp 18617 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 18581 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 18580 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 18579 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 18578 0.0%
exprtk::parser<double>::parse_return_statement() /src/exprtk/./exprtk.hpp 18577 0.0%
exprtk::parser<float>::parse_return_statement() /src/exprtk/./exprtk.hpp 18576 0.0%