Project: sql-parser

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 5429
Lines covered 4083
Code coverage 75.21%
Code coverage report Report link
Static reachability 82.49%
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
hsql::SQLParser::parseSQLString(charconst*,hsql::SQLParserResult*) /src/sql-parser/src/SQLParser.cpp 1751 0.0%
hsql::SQLParser::parseSQLString(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,hsql::SQLParserResult*) /src/sql-parser/src/SQLParser.cpp 1747 0.0%
hsql::SQLParser::tokenize(std::__1::basic_string<char,std::__1::char_traits<char>,std::__1::allocator<char>>const&,std::__1::vector<short,std::__1::allocator<short>>*) /src/sql-parser/src/SQLParser.cpp 550 0.0%
hsql_restart(_IO_FILE*,void*) /src/sql-parser/flex_lexer.cpp 36 0.0%
hsql_push_buffer_state(yy_buffer_state*,void*) /src/sql-parser/flex_lexer.cpp 25 0.0%
hsql__create_buffer(_IO_FILE*,int,void*) /src/sql-parser/flex_lexer.cpp 23 0.0%
hsql::operator<<(std::__1::basic_ostream<char,std::__1::char_traits<char>>&,hsql::ColumnTypeconst&) /src/sql-parser/src/sql/statements.cpp 22 0.0%
hsql_pop_buffer_state(void*) /src/sql-parser/flex_lexer.cpp 18 0.0%
hsql__init_buffer(yy_buffer_state*,_IO_FILE*,void*) /src/sql-parser/flex_lexer.cpp 13 0.0%
hsql::SQLParserResult::SQLParserResult(hsql::SQLParserResult&&) /src/sql-parser/src/SQLParserResult.cpp 12 0.0%