Source file "com/google/common/cache/LocalCache.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods | 
| Total | 1,603 of 1,603 | 0% | 186 of 186 | 0% | 167 | 167 | 353 | 353 | 74 | 74 | 
| LocalCache(CacheBuilder, CacheLoader) |  | 0% |  | 0% | 13 | 13 | 51 | 51 | 1 | 1 | 
| loadAll(Set, CacheLoader) |  | 0% |  | 0% | 7 | 7 | 38 | 38 | 1 | 1 | 
| getAll(Iterable) |  | 0% |  | 0% | 8 | 8 | 30 | 30 | 1 | 1 | 
| containsValue(Object) |  | 0% |  | 0% | 9 | 9 | 20 | 20 | 1 | 1 | 
| isEmpty() |  | 0% |  | 0% | 7 | 7 | 13 | 13 | 1 | 1 | 
| getAllPresent(Iterable) |  | 0% |  | 0% | 3 | 3 | 14 | 14 | 1 | 1 | 
| rehash(int) |  | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | |
| removeIf(BiPredicate) |  | 0% |  | 0% | 5 | 5 | 12 | 12 | 1 | 1 | 
| isExpired(ReferenceEntry, long) |  | 0% |  | 0% | 5 | 5 | 6 | 6 | 1 | 1 | 
| longSize() |  | 0% |  | 0% | 2 | 2 | 5 | 5 | 1 | 1 | 
| getIfPresent(Object) |  | 0% |  | 0% | 2 | 2 | 6 | 6 | 1 | 1 | 
| replace(Object, Object, Object) |  | 0% |  | 0% | 2 | 2 | 6 | 6 | 1 | 1 | 
| getLiveValue(ReferenceEntry, long) |  | 0% |  | 0% | 4 | 4 | 8 | 8 | 1 | 1 | 
| processPendingNotifications() |  | 0% |  | 0% | 2 | 2 | 6 | 6 | 1 | 1 | 
| cleanUp() |  | 0% |  | 0% | 2 | 2 | 3 | 3 | 1 | 1 | 
| putAll(Map) |  | 0% |  | 0% | 2 | 2 | 4 | 4 | 1 | 1 | 
| clear() |  | 0% |  | 0% | 2 | 2 | 3 | 3 | 1 | 1 | 
| put(Object, Object) |  | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
| putIfAbsent(Object, Object) |  | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
| compute(Object, BiFunction) |  | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
| remove(Object, Object) |  | 0% |  | 0% | 3 | 3 | 4 | 4 | 1 | 1 | 
| replace(Object, Object) |  | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
| newEntry(Object, int, ReferenceEntry) |  | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
| reclaimValue(LocalCache.ValueReference) |  | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
| refresh(Object) |  | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
| merge(Object, Object, BiFunction) |  | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
| get(Object) |  | 0% |  | 0% | 2 | 2 | 4 | 4 | 1 | 1 | 
| getEntry(Object) |  | 0% |  | 0% | 2 | 2 | 4 | 4 | 1 | 1 | 
| containsKey(Object) |  | 0% |  | 0% | 2 | 2 | 4 | 4 | 1 | 1 | 
| remove(Object) |  | 0% |  | 0% | 2 | 2 | 4 | 4 | 1 | 1 | 
| invalidateAll(Iterable) |  | 0% |  | 0% | 2 | 2 | 4 | 4 | 1 | 1 | 
| keySet() |  | 0% |  | 0% | 2 | 2 | 2 | 2 | 1 | 1 | 
| values() |  | 0% |  | 0% | 2 | 2 | 2 | 2 | 1 | 1 | 
| entrySet() |  | 0% |  | 0% | 2 | 2 | 2 | 2 | 1 | 1 | 
| newValueReference(ReferenceEntry, Object, int) |  | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
| get(Object, CacheLoader) |  | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
| computeIfAbsent(Object, Function) |  | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
| static {...} |  | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
| isLive(ReferenceEntry, long) |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| computeIfPresent(Object, BiFunction) |  | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
| reclaimKey(ReferenceEntry) |  | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
| segmentFor(int) |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
| expires() |  | 0% |  | 0% | 3 | 3 | 1 | 1 | 1 | 1 | 
| usesAccessQueue() |  | 0% |  | 0% | 3 | 3 | 1 | 1 | 1 | 1 | 
| recordsWrite() |  | 0% |  | 0% | 3 | 3 | 1 | 1 | 1 | 1 | 
| recordsTime() |  | 0% |  | 0% | 3 | 3 | 1 | 1 | 1 | 1 | 
| usesWriteEntries() |  | 0% |  | 0% | 3 | 3 | 1 | 1 | 1 | 1 | 
| usesAccessEntries() |  | 0% |  | 0% | 3 | 3 | 1 | 1 | 1 | 1 | 
| copyEntry(ReferenceEntry, ReferenceEntry) |  | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
| getOrDefault(Object, Object) |  | 0% |  | 0% | 2 | 2 | 2 | 2 | 1 | 1 | 
| evictsBySize() |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| expiresAfterWrite() |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| expiresAfterAccess() |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| refreshes() |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| nullifyAccessOrder(ReferenceEntry) |  | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
| nullifyWriteOrder(ReferenceEntry) |  | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
| lambda$merge$2(Object, BiFunction, Object, Object) |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| lambda$computeIfPresent$1(BiFunction, Object, Object) |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| customWeigher() |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| usesKeyReferences() |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| usesValueReferences() |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| hash(Object) |  | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
| createSegment(int, long, AbstractCache.StatsCounter) |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
| lambda$computeIfAbsent$0(Function, Object, Object, Object) |  | 0% |  | 0% | 2 | 2 | 1 | 1 | 1 | 1 | 
| connectAccessOrder(ReferenceEntry, ReferenceEntry) |  | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
| connectWriteOrder(ReferenceEntry, ReferenceEntry) |  | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
| getOrLoad(Object) |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
| size() |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
| usesWriteQueue() |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
| recordsAccess() |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
| newSegmentArray(int) |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
| unset() |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
| nullEntry() |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
| discardingQueue() |  | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |