Source file "io/vavr/collection/Queue.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 1,744 of 1,744 | 0% | 146 of 146 | 0% | 210 | 210 | 308 | 308 | 137 | 137 |
insertAll(int, Iterable) | ![]() | 0% | ![]() | 0% | 8 | 8 | 16 | 16 | 1 | 1 |
get(int) | ![]() | 0% | ![]() | 0% | 5 | 5 | 13 | 13 | 1 | 1 |
insert(int, Object) | ![]() | 0% | ![]() | 0% | 4 | 4 | 11 | 11 | 1 | 1 |
takeRight(int) | ![]() | 0% | ![]() | 0% | 5 | 5 | 10 | 10 | 1 | 1 |
take(int) | ![]() | 0% | ![]() | 0% | 5 | 5 | 10 | 10 | 1 | 1 |
init() | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
replace(Object, Object) | ![]() | 0% | ![]() | 0% | 4 | 4 | 3 | 3 | 1 | 1 |
replaceAll(Object, Object) | ![]() | 0% | ![]() | 0% | 4 | 4 | 3 | 3 | 1 | 1 |
ofAll(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
indexOf(Object, int) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
intersperse(Object) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
prependAll(Iterable) | ![]() | 0% | ![]() | 0% | 4 | 4 | 5 | 5 | 1 | 1 |
patch(int, Iterable, int) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
drop(int) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
dropRight(int) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
subSequence(int, int) | ![]() | 0% | ![]() | 0% | 4 | 4 | 6 | 6 | 1 | 1 |
tail() | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
filter(Predicate) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
subSequence(int) | ![]() | 0% | ![]() | 0% | 3 | 3 | 3 | 3 | 1 | 1 |
Queue(List, List) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
flatMap(Function) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
enqueueAll(Iterable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
head() | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
dropWhile(Predicate) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
takeUntil(Predicate) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
takeRightUntil(Predicate) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
collector() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
map(Function) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
padTo(int, Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
leftPadTo(int, Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
remove(Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
removeFirst(Predicate) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
removeLast(Predicate) | ![]() | 0% | ![]() | 0% | 2 | 2 | 2 | 2 | 1 | 1 |
zipWith(Iterable, BiFunction) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
unzip3(Function) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
update(int, Function) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
last() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
partition(Predicate) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
span(Predicate) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
unzip(Function) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
zipAll(Iterable, Object, Object) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
ofAll(Stream) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
tabulate(int, Function) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
fill(int, Supplier) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
dropRightUntil(Predicate) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
enqueue(Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
distinctBy(Comparator) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
distinctBy(Function) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
orElse(Supplier) | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
prepend(Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
reverse() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
sorted(Comparator) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
zipWithIndex(BiFunction) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
dropRightWhile(Predicate) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
takeRightWhile(Predicate) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
of(Object[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
ofAll(boolean[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
ofAll(byte[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
ofAll(char[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
ofAll(double[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
ofAll(float[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
ofAll(int[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
ofAll(long[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
ofAll(short[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
combinations(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
length() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
orElse(Iterable) | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
sliding(int, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
splitAt(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
splitAt(Predicate) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
splitAtInclusive(Predicate) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
transform(Function) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
fill(int, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
combinations() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
permutations() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
scanLeft(Object, BiFunction) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
scanRight(Object, BiFunction) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
slice(int, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
slideBy(Function) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
sortBy(Comparator, Function) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
update(int, Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
readResolve() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
static {...} | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeBy(char, char, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeBy(double, double, double) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeBy(int, int, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeBy(long, long, long) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeClosedBy(char, char, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeClosedBy(double, double, double) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeClosedBy(int, int, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
transpose(Queue) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeClosedBy(long, long, long) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
asJava(Consumer) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
asJavaMutable(Consumer) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
collect(PartialFunction) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lastIndexOf(Object, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
removeAt(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
startsWith(Iterable, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
lambda$collector$0(ArrayList, ArrayList) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
range(char, char) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
range(int, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
range(long, long) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeClosed(char, char) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeClosed(int, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rangeClosed(long, long) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
unfoldRight(Object, Function) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
unfoldLeft(Object, Function) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
unfold(Object, Function) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
crossProduct(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
distinct() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
groupBy(Function) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
grouped(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
removeAll(Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rotateLeft(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
rotateRight(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
scan(Object, BiFunction) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
shuffle() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
sliding(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
sorted() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
sortBy(Function) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
zip(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
of(Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
append(Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
appendAll(Iterable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
asJava() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
asJavaMutable() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
isEmpty() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
zipWithIndex() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
equals(Object) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
hashCode() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
empty() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
narrow(Queue) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
hasDefiniteSize() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
isAsync() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
isLazy() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
isTraversableAgain() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
stringPrefix() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |