Project: openjph

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 failing: Build log
Fuzzer count 1
Lines of code 19386
Lines covered 1799
Code coverage 9.28%
Code coverage report Report link
Static reachability 41.27%
Fuzz Introspector report Report link (from 2026-04-15)
Fuzzer Code coverage (lines) Latest Report Comments

Historical Progression

Per Fuzzer Progression

This section shows graphs for the coverage results per fuzz target over the past 30 days. Included are the coverage percentage, total number of lines, covered number of lines, and the number of coverage inputs.

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
ojph::codestream::write_headers(ojph::outfile_base*,ojph::comment_exchangeconst*,unsignedint) /src/OpenJPH/src/core/codestream/ojph_codestream.cpp 1194 0.0%
ojph::local::codestream::write_headers(ojph::outfile_base*,ojph::comment_exchangeconst*,unsignedint) /src/OpenJPH/src/core/codestream/ojph_codestream_local.cpp 1192 0.0%
ojph::codestream::create() /src/OpenJPH/src/core/codestream/ojph_codestream.cpp 1009 0.0%
ojph::local::codestream::read() /src/OpenJPH/src/core/codestream/ojph_codestream_local.cpp 1007 0.0%
ojph::local::codestream::finalize_alloc() /src/OpenJPH/src/core/codestream/ojph_codestream_local.cpp 555 0.0%
ojph::local::tile::finalize_alloc(ojph::local::codestream*,ojph::rectconst&,unsignedint,unsignedint&,unsignedint&) /src/OpenJPH/src/core/codestream/ojph_tile.cpp 486 0.0%
ojph::local::tile_comp::finalize_alloc(ojph::local::codestream*,ojph::local::tile*,unsignedint,ojph::rectconst&,ojph::rectconst&) /src/OpenJPH/src/core/codestream/ojph_tile_comp.cpp 381 0.0%
ojph::local::resolution::finalize_alloc(ojph::local::codestream*,ojph::rectconst&,ojph::rectconst&,unsignedint,unsignedint,ojph::point,ojph::point,ojph::local::tile_comp*,ojph::local::resolution*) /src/OpenJPH/src/core/codestream/ojph_resolution.cpp 375 0.0%
ojph::local::codestream::pre_alloc() /src/OpenJPH/src/core/codestream/ojph_codestream_local.cpp 356 0.0%
ojph::codestream::flush() /src/OpenJPH/src/core/codestream/ojph_codestream.cpp 325 0.0%