Source file "kotlin/collections/_Collections.kt" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 7,407 of 7,457 | 0% | 805 of 807 | 0% | 642 | 645 | 1,061 | 1,068 | 237 | 240 |
drop(Iterable, int) | ![]() | 0% | ![]() | 0% | 13 | 13 | 21 | 21 | 1 | 1 |
windowed(Iterable, int, int, boolean) | ![]() | 0% | ![]() | 0% | 10 | 10 | 17 | 17 | 1 | 1 |
windowed(Iterable, int, int, boolean, Function1) | ![]() | 0% | ![]() | 0% | 9 | 9 | 19 | 19 | 1 | 1 |
takeLast(List, int) | ![]() | 0% | ![]() | 0% | 9 | 9 | 12 | 12 | 1 | 1 |
take(Iterable, int) | ![]() | 0% | ![]() | 0% | 9 | 9 | 12 | 12 | 1 | 1 |
takeLastWhile(List, Function1) | ![]() | 0% | ![]() | 0% | 6 | 6 | 13 | 13 | 1 | 1 |
joinTo(Iterable, Appendable, CharSequence, CharSequence, CharSequence, int, CharSequence, Function1) | ![]() | 0% | ![]() | 0% | 7 | 7 | 10 | 10 | 1 | 1 |
runningFoldIndexed(Iterable, Object, Function3) | ![]() | 0% | ![]() | 0% | 3 | 3 | 9 | 9 | 1 | 1 |
runningReduceIndexed(Iterable, Function3) | ![]() | 0% | ![]() | 0% | 3 | 3 | 9 | 9 | 1 | 1 |
elementAtOrElse(Iterable, int, Function1) | ![]() | 0% | ![]() | 0% | 7 | 7 | 11 | 11 | 1 | 1 |
zip(Iterable, Object[], Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
runningFold(Iterable, Object, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 8 | 8 | 1 | 1 |
runningReduce(Iterable, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 8 | 8 | 1 | 1 |
flatMapIndexedIterable(Iterable, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
flatMapIndexedSequence(Iterable, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
maxByOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 5 | 5 | 12 | 12 | 1 | 1 |
minByOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 5 | 5 | 12 | 12 | 1 | 1 |
reduceIndexed(Iterable, Function3) | ![]() | 0% | ![]() | 0% | 4 | 4 | 7 | 7 | 1 | 1 |
single(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 5 | 5 | 9 | 9 | 1 | 1 |
toSet(Iterable) | ![]() | 0% | ![]() | 0% | 5 | 5 | 6 | 6 | 1 | 1 |
groupByTo(Iterable, Map, Function1, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
partition(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
zip(Iterable, Iterable, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
dropWhile(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 9 | 9 | 1 | 1 |
reduceIndexedOrNull(Iterable, Function3) | ![]() | 0% | ![]() | 0% | 4 | 4 | 7 | 7 | 1 | 1 |
flatMapIndexedIterableTo(Iterable, Collection, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
flatMapIndexedSequenceTo(Iterable, Collection, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
mapIndexedTo(Iterable, Collection, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
joinTo$default(Iterable, Appendable, CharSequence, CharSequence, CharSequence, int, CharSequence, Function1, int, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lastOrNull(Iterable) | ![]() | 0% | ![]() | 0% | 5 | 5 | 9 | 9 | 1 | 1 |
count(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 6 | 6 | 4 | 4 | 1 | 1 |
joinToString$default(Iterable, CharSequence, CharSequence, CharSequence, int, CharSequence, Function1, int, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lastIndexOf(Iterable, Object) | ![]() | 0% | ![]() | 0% | 5 | 5 | 9 | 9 | 1 | 1 |
singleOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 5 | 5 | 9 | 9 | 1 | 1 |
groupByTo(Iterable, Map, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
foldIndexed(Iterable, Object, Function3) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
maxOfWith(Iterable, Comparator, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
minOfWith(Iterable, Comparator, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
zipWithNext(Iterable, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 9 | 9 | 1 | 1 |
indexOfLast(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
last(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
distinctBy(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
reduceRightIndexed(List, Function3) | ![]() | 0% | ![]() | 0% | 3 | 3 | 8 | 8 | 1 | 1 |
indexOf(Iterable, Object) | ![]() | 0% | ![]() | 0% | 5 | 5 | 8 | 8 | 1 | 1 |
slice(List, Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
sortedWith(Iterable, Comparator) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
maxOf(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
maxOf(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
maxOf(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
maxOfWithOrNull(Iterable, Comparator, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
minOf(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
minOf(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
minOf(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
minOfWithOrNull(Iterable, Comparator, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
elementAtOrNull(Iterable, int) | ![]() | 0% | ![]() | 0% | 5 | 5 | 11 | 11 | 1 | 1 |
indexOfFirst(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 7 | 7 | 1 | 1 |
maxOfOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
maxOfOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
minOfOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
minOfOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
averageOfByte(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 6 | 6 | 1 | 1 |
averageOfShort(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 6 | 6 | 1 | 1 |
averageOfInt(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 6 | 6 | 1 | 1 |
averageOfLong(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 6 | 6 | 1 | 1 |
averageOfFloat(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 6 | 6 | 1 | 1 |
singleOrNull(Iterable) | ![]() | 0% | ![]() | 0% | 5 | 5 | 9 | 9 | 1 | 1 |
dropLast(List, int) | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
forEachIndexed(Iterable, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 3 | 3 | 1 | 1 |
maxOfOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
minOfOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
reduceRightIndexedOrNull(List, Function3) | ![]() | 0% | ![]() | 0% | 3 | 3 | 8 | 8 | 1 | 1 |
averageOfDouble(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 6 | 6 | 1 | 1 |
sorted(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
associateTo(Iterable, Map, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
mapIndexedNotNullTo(Iterable, Collection, Function2) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
firstNotNullOf(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 1 | 1 | 1 | 1 |
indexOfFirst(List, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
single(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 9 | 9 | 1 | 1 |
dropLastWhile(List, Function1) | ![]() | 0% | ![]() | 0% | 4 | 4 | 6 | 6 | 1 | 1 |
takeWhile(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
all(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 5 | 5 | 3 | 3 | 1 | 1 |
any(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 5 | 5 | 3 | 3 | 1 | 1 |
none(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 5 | 5 | 3 | 3 | 1 | 1 |
reduceRight(List, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
last(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 9 | 9 | 1 | 1 |
shuffle(List, Random) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
associateByTo(Iterable, Map, Function1, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
toList(Iterable) | ![]() | 0% | ![]() | 0% | 5 | 5 | 6 | 6 | 1 | 1 |
mapNotNullTo(Iterable, Collection, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
foldRightIndexed(List, Object, Function3) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
sumOfULong(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
minus(Iterable, Object) | ![]() | 0% | ![]() | 0% | 4 | 4 | 3 | 3 | 1 | 1 |
joinToString(Iterable, CharSequence, CharSequence, CharSequence, int, CharSequence, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
reduce(Iterable, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
sumOfUInt(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
filterNotTo(Iterable, Collection, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
filterTo(Iterable, Collection, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
toBooleanArray(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
toByteArray(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
toCharArray(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
toDoubleArray(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
toFloatArray(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
toIntArray(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
toLongArray(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
toShortArray(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
maxWithOrNull(Iterable, Comparator) | ![]() | 0% | ![]() | 0% | 4 | 4 | 7 | 7 | 1 | 1 |
minWithOrNull(Iterable, Comparator) | ![]() | 0% | ![]() | 0% | 4 | 4 | 7 | 7 | 1 | 1 |
reduceRightOrNull(List, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
minus(Iterable, Object[]) | ![]() | 0% | ![]() | 0% | 4 | 4 | 3 | 3 | 1 | 1 |
last(List, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
flatMapTo(Iterable, Collection, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
flatMapSequenceTo(Iterable, Collection, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
maxOrNull(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
maxOrNull(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
minOrNull(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
minOrNull(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
filterIndexedTo(Iterable, Collection, Function2) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
maxOrNull(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 7 | 7 | 1 | 1 |
minOrNull(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 7 | 7 | 1 | 1 |
reduceOrNull(Iterable, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
plus(Iterable, Object[]) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
plus(Iterable, Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
first(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
firstOrNull(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 9 | 9 | 1 | 1 |
lastOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
associateByTo(Iterable, Map, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
associateWithTo(Iterable, Map, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
count(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 4 | 4 | 1 | 1 |
foldRight(List, Object, Function2) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
sumBy(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
sumByDouble(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
requireNoNulls(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
requireNoNulls(List) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
minus(Iterable, Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
lastOrNull(List, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
associateBy(Iterable, Function1, Function1) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
mapTo(Iterable, Collection, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
minus(Iterable, Sequence) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
indexOfLast(List, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
onEach(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
sumOfDouble(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
sumOfInt(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
sumOfLong(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
firstOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
fold(Iterable, Object, Function2) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
plus(Iterable, Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
plus(Collection, Object[]) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
first(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
associate(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
associateBy(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
plus(Collection, Sequence) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
firstNotNullOfOrNull(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
filterNotNullTo(Iterable, Collection) | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
slice(List, IntRange) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
single(List) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
associateWith(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
toMutableSet(Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
forEach(Iterable, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
plus(Iterable, Sequence) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
sumOfByte(Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
sumOfShort(Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
sumOfInt(Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
sumOfLong(Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
sumOfFloat(Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
sumOfDouble(Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
random(Collection, Random) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
toCollection(Iterable, Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
plus(Collection, Object) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
elementAtOrElse(List, int, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
getOrElse(List, int, Function1) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
reversed(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
groupBy(Iterable, Function1, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
map(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
mapIndexed(Iterable, Function2) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
elementAt(Iterable, int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
sortBy(List, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
sortByDescending(List, Function1) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
zip(Iterable, Object[]) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
zip(Iterable, Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
contains(Iterable, Object) | ![]() | 0% | ![]() | 0% | 3 | 3 | 3 | 3 | 1 | 1 |
randomOrNull(Collection, Random) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
onEachIndexed(Iterable, Function2) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
filter(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
filterIndexed(Iterable, Function2) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
filterNot(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
toMutableList(Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
flatMap(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
flatMapSequence(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
groupBy(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
mapIndexedNotNull(Iterable, Function2) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
mapNotNull(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
any(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
none(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
windowed$default(Iterable, int, int, boolean, Function1, int, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
last(List) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
sortedBy(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
sortedByDescending(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
intersect(Iterable, Iterable) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
subtract(Iterable, Iterable) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
union(Iterable, Iterable) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
windowed$default(Iterable, int, int, boolean, int, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
zipWithNext(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
first(List) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
getOrNull(List, int) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
lastOrNull(List) | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
toHashSet(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
groupingBy(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
plus(Collection, Iterable) | ![]() ![]() | 70% | ![]() ![]() | 50% | 1 | 2 | 3 | 8 | 0 | 1 |
singleOrNull(List) | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
withIndex(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
scan(Iterable, Object, Function2) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
scanIndexed(Iterable, Object, Function3) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
chunked(Iterable, int, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
find(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
findLast(Iterable, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
findLast(List, Function1) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
filterNotNull(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
chunked(Iterable, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
asSequence(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
random(Collection) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
randomOrNull(Collection) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
distinct(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
component1(List) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
component2(List) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
component3(List) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
component4(List) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
component5(List) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
elementAt(List, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
elementAtOrNull(List, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
indexOf(List, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lastIndexOf(List, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
sortDescending(List) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
sortedDescending(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
minusElement(Iterable, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
plusElement(Iterable, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
plusElement(Collection, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
count(Collection) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
asIterable(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
firstOrNull(List) | ![]() ![]() | 83% | ![]() ![]() | 50% | 1 | 2 | 0 | 1 | 0 | 1 |
toMutableList(Collection) | ![]() | 100% | n/a | 0 | 1 | 0 | 1 | 0 | 1 |