Project: javacpp

Language java
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 1
Lines of code 15840
Lines covered 569
Code coverage 3.59%
Code coverage report Report link
Static reachability 94.59%
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
[org.bytedeco.javacpp.tools.InfoMap].get(java.lang.String) org.bytedeco.javacpp.tools.InfoMap 279 0.0%
[org.bytedeco.javacpp.ClassProperties].<init>(java.util.Properties) org.bytedeco.javacpp.ClassProperties 29 0.0%
[org.bytedeco.javacpp.BooleanPointer].<init>(java.nio.ByteBuffer) org.bytedeco.javacpp.BooleanPointer 11 0.0%
[org.bytedeco.javacpp.FloatPointer].<init>(java.nio.FloatBuffer) org.bytedeco.javacpp.FloatPointer 9 0.0%
[org.bytedeco.javacpp.DoublePointer].<init>(java.nio.DoubleBuffer) org.bytedeco.javacpp.DoublePointer 9 0.0%
[org.bytedeco.javacpp.CharPointer].<init>(java.nio.CharBuffer) org.bytedeco.javacpp.CharPointer 9 0.0%
[org.bytedeco.javacpp.Pointer$CustomDeallocator].<init>(org.bytedeco.javacpp.Pointer) org.bytedeco.javacpp.Pointer$CustomDeallocator 9 0.0%
[org.bytedeco.javacpp.LongPointer].<init>(java.nio.LongBuffer) org.bytedeco.javacpp.LongPointer 9 0.0%
[org.bytedeco.javacpp.ShortPointer].<init>(java.nio.ShortBuffer) org.bytedeco.javacpp.ShortPointer 9 0.0%
[org.bytedeco.javacpp.BytePointer].<init>(java.nio.ByteBuffer) org.bytedeco.javacpp.BytePointer 9 0.0%