Project: guava

Language java
OSS-Fuzz project link
Project repository 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 136351
Lines covered 2590
Code coverage 1.90%
Code coverage report Report link
Static reachability 70.64%
Fuzz Introspector report Report link (from 2025-01-24)

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 5578 0.0%
[com.google.common.io.CountingInputStream].read(byte[],int,int) com.google.common.io.CountingInputStream 5578 0.0%
[com.google.common.hash.HashingInputStream].read() com.google.common.hash.HashingInputStream 5578 0.0%
[com.google.common.hash.HashingInputStream].read(byte[],int,int) com.google.common.hash.HashingInputStream 5578 0.0%
[com.google.common.io.CountingInputStream].skip(long) com.google.common.io.CountingInputStream 5577 0.0%
[com.google.common.collect.HashBiMap].forEach(java.util.function.BiConsumer) com.google.common.collect.HashBiMap 5564 0.0%
[com.google.common.collect.ImmutableSortedMap].forEach(java.util.function.BiConsumer) com.google.common.collect.ImmutableSortedMap 5564 0.0%
[com.google.common.collect.ImmutableMap$Builder].buildKeepingLast() com.google.common.collect.ImmutableMap$Builder 5487 0.0%
[com.google.common.collect.Iterables].removeIf(java.lang.Iterable<T>,com.google.common.base.Predicate<?superT>) com.google.common.collect.Iterables 5484 0.0%
[com.google.common.collect.TreeRangeMap].remove(com.google.common.collect.Range<K>) com.google.common.collect.TreeRangeMap 5480 0.0%