Project: tidy-html5

Language c++
OSS-Fuzz project link
Build status: Fuzzers failing: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 6
Lines of code 20758
Lines covered 5103
Code coverage 24.58%
Code coverage report Report link
Static reachability 68.72%
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
run_tidy_parser /src/tidy_fuzzer.c 5699 0.0%
TidyXhtml /src/tidy_parse_file_fuzzer.c 3874 0.0%
tidyParseFile /src/tidy-html5/src/tidylib.c 3728 0.0%
tidyDocParseFile /src/tidy-html5/src/tidylib.c 3726 0.0%
tidyParseStdin /src/tidy-html5/src/tidylib.c 3715 0.0%
tidyDocParseStdin /src/tidy-html5/src/tidylib.c 3713 0.0%
tidyParseBuffer /src/tidy-html5/src/tidylib.c 3684 0.0%
tidyDocParseBuffer /src/tidy-html5/src/tidylib.c 3682 0.0%
tidyParseSource /src/tidy-html5/src/tidylib.c 3681 0.0%
tidyDocParseSource /src/tidy-html5/src/tidylib.c 3679 0.0%