Language java
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage failing: Build log
Build status: Fuzz Introspector failing: Build log
Fuzzer count 10
Lines of code 8763
Lines covered 3037
Code coverage 34.66%
Code coverage report Report link
Static reachability 74.19%
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.apache.commons.io.input.ReversedLinesFileReader].<init>(java.nio.file.Path,int,java.nio.charset.Charset) org.apache.commons.io.input.ReversedLinesFileReader 15 0.0%
[org.apache.commons.io.input.ReversedLinesFileReader].<init>(java.nio.file.Path,int,java.lang.String) org.apache.commons.io.input.ReversedLinesFileReader 13 0.0%
[org.apache.commons.io.input.ReversedLinesFileReader].<init>(java.io.File,int,java.nio.charset.Charset) org.apache.commons.io.input.ReversedLinesFileReader 12 0.0%
[org.apache.commons.io.input.ReversedLinesFileReader].<init>(java.nio.file.Path,java.nio.charset.Charset) org.apache.commons.io.input.ReversedLinesFileReader 12 0.0%
[org.apache.commons.io.input.XmlStreamReader].<init>(java.net.URLConnection,java.lang.String) org.apache.commons.io.input.XmlStreamReader 10 0.0%
[org.apache.commons.io.output.LockableFileWriter].<init>(java.io.File,java.nio.charset.Charset,boolean,java.lang.String) org.apache.commons.io.output.LockableFileWriter 6 0.0%
[org.apache.commons.io.output.ThresholdingOutputStream].<init>(int) org.apache.commons.io.output.ThresholdingOutputStream 5 0.0%
[org.apache.commons.io.output.WriterOutputStream].<init>(java.io.Writer,java.nio.charset.CharsetDecoder,int,boolean) org.apache.commons.io.output.WriterOutputStream 5 0.0%
[org.apache.commons.io.file.DeletingPathVisitor].<init>(org.apache.commons.io.file.Counters$PathCounters,java.nio.file.LinkOption[],org.apache.commons.io.file.DeleteOption[],java.lang.String[]) org.apache.commons.io.file.DeletingPathVisitor 5 0.0%
[org.apache.commons.io.output.LockableFileWriter].<init>(java.io.File,java.lang.String,boolean,java.lang.String) org.apache.commons.io.output.LockableFileWriter 5 0.0%