Source file "com/google/common/collect/AbstractImmutableSetTest.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 1,672 of 1,672 | 0% | 16 of 16 | 0% | 66 | 66 | 250 | 250 | 58 | 58 |
testComplexBuilder() | ![]() | 0% | ![]() | 0% | 4 | 4 | 24 | 24 | 1 | 1 |
testCopyOf_threadSafe() | ![]() | 0% | ![]() | 0% | 6 | 6 | 32 | 32 | 1 | 1 |
testBuilderWithNonDuplicateElements() | ![]() | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | |
testReuseBuilderWithDuplicateElements() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
testBuilderAddAll() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
testBuilderAddAllHandlesNullsCorrectly() | ![]() | 0% | n/a | 1 | 1 | 11 | 11 | 1 | 1 | |
testBuilderWithDuplicateElements() | ![]() | 0% | n/a | 1 | 1 | 11 | 11 | 1 | 1 | |
testReuseBuilderWithNonDuplicateElements() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
testCreation_eightElements() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testCreation_sevenElements() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testBuilderAddHandlesNullsCorrectly() | ![]() | 0% | n/a | 1 | 1 | 13 | 13 | 1 | 1 | |
testCreation_sixElements() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testContainsAll_sameType() | ![]() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | |
testCreation_fiveElements() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testCopyOf_collection_general() | ![]() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | |
testCopyOf_iterator_general() | ![]() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | |
testCreation_fourElements() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testCopyOf_collection_oneElementRepeated() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCopyOf_iterator_oneElementRepeated() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCreation_threeElements() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testIterator_general() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCopyOf_collectionContainingNull() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testCopyOf_iteratorContainingNull() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testEquals_sameType() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCopyOf_plainIterable() | ![]() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | |
lambda$testBuilderAddHandlesNullsCorrectly$5(ImmutableSet.Builder) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testBuilderAddHandlesNullsCorrectly$4(ImmutableSet.Builder) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
testToString() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testCreation_twoElements() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
lambda$testBuilderAddHandlesNullsCorrectly$3(ImmutableSet.Builder) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
testCopyOf_collection_oneElement() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCopyOf_collection_enumSet() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
testCopyOf_arrayOfOneElement() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCopyOf_collection_empty() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
testCopyOf_shortcut_singleton() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCopyOf_emptyArray() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
testCopyOf_arrayContainingOnlyNull() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testCopyOf_iterator_empty() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
testCopyOf_plainIterable_iteratesOnce() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCopyOf_shortcut_empty() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
lambda$testBuilderAddHandlesNullsCorrectly$2(ImmutableSet.Builder) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
testCopyOf_iterator_oneElement() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCopyOf_shortcut_sameType() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testCreation_noArgs() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testIterator_oneElement() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
testCreation_oneElement() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
testCopyOf_nullArray() | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
lambda$testBuilderAddAllHandlesNullsCorrectly$1(ImmutableSet.Builder) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testBuilderAddAllHandlesNullsCorrectly$0(ImmutableSet.Builder) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testBuilderAddHandlesNullsCorrectly$1(ImmutableSet.Builder) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testBuilderAddHandlesNullsCorrectly$0(ImmutableSet.Builder) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testCopyOf_nullArray$0() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testBuilderAddAllHandlesNullsCorrectly$3(ImmutableSet.Builder, Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testBuilderAddAllHandlesNullsCorrectly$2(ImmutableSet.Builder, List) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testCopyOf_iteratorContainingNull$0(Iterator) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testCopyOf_collectionContainingNull$0(Collection) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$testCopyOf_arrayContainingOnlyNull$0(String[]) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
AbstractImmutableSetTest() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |