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 6
Lines of code 32033
Lines covered 288
Code coverage 0.90%
Code coverage report Report link
Static reachability 88.50%
Fuzz Introspector report Report link

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.hc.client5.http.entity.mime.FormBodyPartBuilder].build() org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder 49 0.0%
[org.apache.hc.core5.http.message.BasicHeaderElementIterator].parseHeaderElement(java.lang.CharSequence,org.apache.hc.core5.http.message.ParserCursor) org.apache.hc.core5.http.message.BasicHeaderElementIterator 43 0.0%
[org.apache.hc.core5.http.message.BasicHeaderValueParser].parseHeaderElement(java.lang.CharSequence,org.apache.hc.core5.http.message.ParserCursor) org.apache.hc.core5.http.message.BasicHeaderValueParser 40 0.0%
[org.apache.hc.core5.http.message.BasicHeaderValueParser].parseParameters(java.lang.CharSequence,org.apache.hc.core5.http.message.ParserCursor) org.apache.hc.core5.http.message.BasicHeaderValueParser 32 0.0%
[org.apache.hc.core5.http.message.BasicHeaderValueParser].parseNameValuePair(java.lang.CharSequence,org.apache.hc.core5.http.message.ParserCursor) org.apache.hc.core5.http.message.BasicHeaderValueParser 30 0.0%
[org.apache.hc.core5.util.Tokenizer].parseValue(java.lang.CharSequence,org.apache.hc.core5.util.Tokenizer$Cursor,java.util.BitSet) org.apache.hc.core5.util.Tokenizer 23 0.0%
[org.apache.hc.core5.http.message.BasicTokenIterator].parseHeaderElement(java.lang.CharSequence,org.apache.hc.core5.http.message.ParserCursor) org.apache.hc.core5.http.message.BasicTokenIterator 22 0.0%
[org.apache.hc.core5.http.message.BasicHeaderValueFormatter].formatParameters(org.apache.hc.core5.util.CharArrayBuffer,org.apache.hc.core5.http.NameValuePair[],boolean) org.apache.hc.core5.http.message.BasicHeaderValueFormatter 19 0.0%
[org.apache.hc.core5.util.Tokenizer].parseToken(java.lang.CharSequence,org.apache.hc.core5.util.Tokenizer$Cursor,java.util.BitSet) org.apache.hc.core5.util.Tokenizer 17 0.0%
[org.apache.hc.core5.http.message.BasicHeaderValueFormatter].formatNameValuePair(org.apache.hc.core5.util.CharArrayBuffer,org.apache.hc.core5.http.NameValuePair,boolean) org.apache.hc.core5.http.message.BasicHeaderValueFormatter 17 0.0%