Source file "org/springframework/data/redis/support/collections/DefaultRedisZSet.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 552 of 552 | 0% | 16 of 16 | 0% | 66 | 66 | 110 | 110 | 58 | 58 |
| remove(Object) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| first() | 0% | 0% | 2 | 2 | 6 | 6 | 1 | 1 | ||
| last() | 0% | 0% | 2 | 2 | 6 | 6 | 1 | 1 | ||
| diffAndStore(RedisZSet, String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| diffAndStore(Collection, String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| intersectAndStore(RedisZSet, String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| intersectAndStore(Collection, String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| unionAndStore(RedisZSet, String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| unionAndStore(Collection, String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| iterator() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| popFirst(long, TimeUnit) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| popLast(long, TimeUnit) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| DefaultRedisZSet(BoundZSetOperations, double) | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | ||
| add(Object) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| DefaultRedisZSet(String, RedisOperations, double) | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | ||
| popFirst() | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| popLast() | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| add(Object, double) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| addIfAbsent(Object, double) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| size() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| contains(Object) | 0% | 0% | 2 | 2 | 1 | 1 | 1 | 1 | ||
| remove(long, long) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| removeByScore(double, double) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| scan() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| removeByLex(RedisZSetCommands.Range) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| clear() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| DefaultRedisZSet(String, RedisOperations) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| diff(RedisZSet) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| diff(Collection) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| diffWithScores(RedisZSet) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| diffWithScores(Collection) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| intersect(RedisZSet) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| intersect(Collection) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| intersectWithScores(RedisZSet) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| intersectWithScores(Collection) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| union(RedisZSet) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| union(Collection) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| unionWithScores(RedisZSet) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| unionWithScores(Collection) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| range(long, long) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| reverseRange(long, long) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| rangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| reverseRangeByLex(RedisZSetCommands.Range, RedisZSetCommands.Limit) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| rangeByScore(double, double) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| reverseRangeByScore(double, double) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| rangeByScoreWithScores(double, double) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| rangeWithScores(long, long) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| reverseRangeByScoreWithScores(double, double) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| reverseRangeWithScores(long, long) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| DefaultRedisZSet(BoundZSetOperations) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| rank(Object) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| reverseRank(Object) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lexCount(RedisZSetCommands.Range) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| score(Object) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| scan(ScanOptions) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| randomValue() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getDefaultScore() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getType() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |