Project: muparser

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 2489
Lines covered 1444
Code coverage 58.02%
Code coverage report Report link
Static reachability 6.39%
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
mu::ParserBase::Eval(int&)const /src/muparser/src/muParserBase.cpp 1774 0.0%
mu::ParserBase::Eval(double*,int) /src/muparser/src/muParserBase.cpp 1736 0.0%
mu::ParserBase::GetUsedVar()const /src/muparser/src/muParserBase.cpp 1575 0.0%
mu::ParserBase::ApplyStrFunc(mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>const&,std::__1::vector<mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>,std::__1::allocator<mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>>>const&)const /src/muparser/src/muParserBase.cpp 215 0.0%
mu::ParserBase::StackDump(std::__1::stack<mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>,std::__1::deque<mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>,std::__1::allocator<mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>>>>const&,std::__1::stack<mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>,std::__1::deque<mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>,std::__1::allocator<mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>>>>const&)const /src/muparser/src/muParserBase.cpp 165 0.0%
mu::ParserBase::ParserBase(mu::ParserBaseconst&) /src/muparser/src/muParserBase.cpp 150 0.0%
mu::ParserTokenReader::IsStrVarTok(mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>&) /src/muparser/src/muParserTokenReader.cpp 147 15.78%
mu::ParserBase::DefineOprt(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,double(*)(double,double),unsignedint,mu::EOprtAssociativity,bool) /src/muparser/src/muParserBase.cpp 142 0.0%
mu::ParserTokenReader::IsVarTok(mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>&) /src/muparser/src/muParserTokenReader.cpp 138 15.78%
mu::ParserTokenReader::IsUndefVarTok(mu::ParserToken<double,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>&) /src/muparser/src/muParserTokenReader.cpp 136 0.0%