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 1
Lines of code 14117
Lines covered 88
Code coverage 0.62%
Code coverage report Report link
Static reachability 7.27%
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.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.BitMapExtractor) org.apache.commons.collections4.bloomfilter.LayeredBloomFilter 2330 0.0%
[org.apache.commons.collections4.collection.IndexedCollection].removeIf(java.util.function.Predicate<?superC>) org.apache.commons.collections4.collection.IndexedCollection 2297 0.0%
[org.apache.commons.collections4.CollectionUtils].getCardinalityMap(java.lang.Iterable<?extendsO>) org.apache.commons.collections4.CollectionUtils 2297 0.0%
[org.apache.commons.collections4.FluentIterable].iterator() org.apache.commons.collections4.FluentIterable 2295 0.0%
[org.apache.commons.collections4.CollectionUtils].addAll(java.util.Collection<C>,java.lang.Iterable<?extendsC>) org.apache.commons.collections4.CollectionUtils 2295 0.0%
[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.IndexExtractor) org.apache.commons.collections4.bloomfilter.LayeredBloomFilter 2295 0.0%
[org.apache.commons.collections4.bloomfilter.LayerManager].processBloomFilters(java.util.function.Predicate<BloomFilter>) org.apache.commons.collections4.bloomfilter.LayerManager 2293 0.0%
[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.BloomFilter) org.apache.commons.collections4.bloomfilter.LayeredBloomFilter 2292 0.0%
[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].lambda$contains$0(org.apache.commons.collections4.bloomfilter.BloomFilter,org.apache.commons.collections4.bloomfilter.BloomFilter) org.apache.commons.collections4.bloomfilter.LayeredBloomFilter 2291 0.0%
[org.apache.commons.collections4.bloomfilter.LayeredBloomFilter].contains(org.apache.commons.collections4.bloomfilter.BloomFilterExtractor) org.apache.commons.collections4.bloomfilter.LayeredBloomFilter 2290 0.0%