Project: poco

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 7
Lines of code 59790
Lines covered 22781
Code coverage 38.10%
Code coverage report Report link
Static reachability 35.09%
Fuzz Introspector report Report link (from 2024-11-19)

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
Poco::Net::HTTPResponse::getCookies(std::__1::vector<Poco::Net::HTTPCookie,std::__1::allocator<Poco::Net::HTTPCookie>>&)const /src/poco/Net/src/HTTPResponse.cpp 6474 0.0%
Poco::Net::HTTPCookie::HTTPCookie(Poco::Net::NameValueCollectionconst&) /src/poco/Net/src/HTTPCookie.cpp 6396 0.0%
Poco::Net::MailMessage::getDate()const /src/poco/Net/src/MailMessage.cpp 6271 0.0%
Poco::Net::HTTPResponse::getDate()const /src/poco/Net/src/HTTPResponse.cpp 6271 0.0%
Poco::Dynamic::VarHolderImpl<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>::convert(Poco::LocalDateTime&)const /src/poco/Foundation/include/Poco/Dynamic/VarHolder.h 6258 0.0%
Poco::Dynamic::VarHolderImpl<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>::convert(Poco::Timestamp&)const /src/poco/Foundation/include/Poco/Dynamic/VarHolder.h 6239 0.0%
Poco::DateTimeParser::parse(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,int&) /src/poco/Foundation/src/DateTimeParser.cpp 6212 0.0%
Poco::DateTimeParser::parse(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,Poco::DateTime&,int&) /src/poco/Foundation/src/DateTimeParser.cpp 6163 0.0%
Poco::Dynamic::VarHolderImpl<std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>>::convert(Poco::DateTime&)const /src/poco/Foundation/include/Poco/Dynamic/VarHolder.h 6159 0.0%
Poco::RegularExpression::match(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,int) /src/poco/Foundation/src/RegularExpression.cpp 4894 0.0%