Project: guava

Language java
OSS-Fuzz project link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 7
Lines of code 39662
Lines covered 2595
Code coverage 6.54%
Code coverage report Report link
Static reachability 70.02%
Fuzz Introspector report Report link (from 2024-09-06)

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
[com.google.common.io.CountingInputStream].read() com.google.common.io.CountingInputStream 5597 0.0%
[com.google.common.io.CountingInputStream].read(byte[],int,int) com.google.common.io.CountingInputStream 5597 0.0%
[com.google.common.hash.HashingInputStream].read() com.google.common.hash.HashingInputStream 5597 0.0%
[com.google.common.hash.HashingInputStream].read(byte[],int,int) com.google.common.hash.HashingInputStream 5597 0.0%
[com.google.common.io.CountingInputStream].skip(long) com.google.common.io.CountingInputStream 5596 0.0%
[com.google.common.collect.HashBiMap].forEach(java.util.function.BiConsumer<?superK,?superV>) com.google.common.collect.HashBiMap 5555 0.0%
[com.google.common.collect.ImmutableSortedMap].forEach(java.util.function.BiConsumer<?superK,?superV>) com.google.common.collect.ImmutableSortedMap 5555 0.0%
[com.google.common.collect.ImmutableMap$Builder].buildKeepingLast() com.google.common.collect.ImmutableMap$Builder 5502 0.0%
[com.google.common.collect.TreeRangeMap].remove(com.google.common.collect.Range<K>) com.google.common.collect.TreeRangeMap 5499 0.0%
[com.google.common.collect.ConcurrentHashMultiset].toArray(java.lang.Object[]) com.google.common.collect.ConcurrentHashMultiset 5497 0.0%