Source file "org/apache/commons/collections/FastArrayList.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 907 of 907 | 0% | 96 of 96 | 0% | 82 | 82 | 215 | 215 | 34 | 34 |
equals(Object) | ![]() | 0% | ![]() | 0% | 18 | 18 | 25 | 25 | 1 | 1 |
hashCode() | ![]() | 0% | ![]() | 0% | 6 | 6 | 16 | 16 | 1 | 1 |
add(int, Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 10 | 10 | 1 | 1 |
addAll(int, Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
add(Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
addAll(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
ensureCapacity(int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 10 | 10 | 1 | 1 |
remove(int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
remove(Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
removeAll(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
retainAll(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
clear() | ![]() | 0% | ![]() | 0% | 2 | 2 | 10 | 10 | 1 | 1 |
trimToSize() | ![]() | 0% | ![]() | 0% | 2 | 2 | 10 | 10 | 1 | 1 |
clone() | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
set(int, Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
contains(Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
containsAll(Collection) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
get(int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
indexOf(Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
lastIndexOf(Object) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
toArray(Object[]) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
isEmpty() | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
size() | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
toArray() | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
toString() | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
subList(int, int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
FastArrayList(int) | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
FastArrayList(Collection) | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
FastArrayList() | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
listIterator(int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
iterator() | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
listIterator() | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
setFast(boolean) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
getFast() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |