Project: quickjs

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 3
Lines of code 55941
Lines covered 8559
Code coverage 15.30%
Code coverage report Report link
Static reachability 41.97%
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
js_parse_statement_or_decl /src/quickjs/quickjs.c 6072 5.709%
js_parse_function_decl2 /src/quickjs/quickjs.c 6070 0.0%
js_parse_class /src/quickjs/quickjs.c 6038 0.0%
js_parse_postfix_expr /src/quickjs/quickjs.c 6037 14.45%
js_parse_destructuring_element /src/quickjs/quickjs.c 6018 0.0%
js_parse_assign_expr2 /src/quickjs/quickjs.c 5979 12.34%
js_parse_for_in_of /src/quickjs/quickjs.c 5974 0.0%
js_parse_property_name /src/quickjs/quickjs.c 5967 0.0%
js_parse_export /src/quickjs/quickjs.c 5958 0.0%
js_parse_var /src/quickjs/quickjs.c 5945 0.0%