Source file "org/springframework/util/ConcurrentLruCache.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 26 of 26 | 0% | 0 of 0 | n/a | 6 | 6 | 10 | 10 | 6 | 6 |
| ConcurrentLruCache.Node(Object, ConcurrentLruCache.CacheEntry) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| getValue() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| setPrevious(ConcurrentLruCache.Node) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| setNext(ConcurrentLruCache.Node) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| getPrevious() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getNext() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |