Source file "org/apache/commons/collections/CursorableLinkedList.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 1,264 of 1,264 | 0% | 208 of 208 | 0% | 150 | 150 | 274 | 274 | 46 | 46 |
getListableAt(int) | ![]() | 0% | ![]() | 0% | 6 | 6 | 11 | 11 | 1 | 1 |
lastIndexOf(Object) | ![]() | 0% | ![]() | 0% | 8 | 8 | 11 | 11 | 1 | 1 |
indexOf(Object) | ![]() | 0% | ![]() | 0% | 8 | 8 | 11 | 11 | 1 | 1 |
equals(Object) | ![]() | 0% | ![]() | 0% | 10 | 10 | 9 | 9 | 1 | 1 |
add(int, Object) | ![]() | 0% | ![]() | 0% | 6 | 6 | 8 | 8 | 1 | 1 |
toArray(Object[]) | ![]() | 0% | ![]() | 0% | 5 | 5 | 8 | 8 | 1 | 1 |
removeListable(CursorableLinkedList.Listable) | ![]() | 0% | ![]() | 0% | 5 | 5 | 12 | 12 | 1 | 1 |
toString() | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
remove(Object) | ![]() | 0% | ![]() | 0% | 7 | 7 | 8 | 8 | 1 | 1 |
insertListable(CursorableLinkedList.Listable, CursorableLinkedList.Listable, Object) | ![]() | 0% | ![]() | 0% | 3 | 3 | 11 | 11 | 1 | 1 |
addAll(int, Collection) | ![]() | 0% | ![]() | 0% | 6 | 6 | 10 | 10 | 1 | 1 |
contains(Object) | ![]() | 0% | ![]() | 0% | 7 | 7 | 4 | 4 | 1 | 1 |
hashCode() | ![]() | 0% | ![]() | 0% | 4 | 4 | 4 | 4 | 1 | 1 |
readObject(ObjectInputStream) | ![]() | 0% | ![]() | 0% | 2 | 2 | 9 | 9 | 1 | 1 |
toArray() | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
removeAll(Collection) | ![]() | 0% | ![]() | 0% | 5 | 5 | 9 | 9 | 1 | 1 |
unregisterCursor(CursorableLinkedList.Cursor) | ![]() | 0% | ![]() | 0% | 4 | 4 | 11 | 11 | 1 | 1 |
subList(int, int) | ![]() | 0% | ![]() | 0% | 6 | 6 | 5 | 5 | 1 | 1 |
listIterator(int) | ![]() | 0% | ![]() | 0% | 3 | 3 | 3 | 3 | 1 | 1 |
registerCursor(CursorableLinkedList.Cursor) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
invalidateCursors() | ![]() | 0% | ![]() | 0% | 3 | 3 | 10 | 10 | 1 | 1 |
broadcastListableChanged(CursorableLinkedList.Listable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 9 | 9 | 1 | 1 |
broadcastListableRemoved(CursorableLinkedList.Listable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 9 | 9 | 1 | 1 |
broadcastListableInserted(CursorableLinkedList.Listable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 9 | 9 | 1 | 1 |
addAll(Collection) | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
CursorableLinkedList() | ![]() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | |
writeObject(ObjectOutputStream) | ![]() | 0% | ![]() | 0% | 2 | 2 | 7 | 7 | 1 | 1 |
removeFirst() | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
removeLast() | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
retainAll(Collection) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
containsAll(Collection) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
clear() | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
set(int, Object) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
remove(int) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
add(Object) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
addFirst(Object) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
addLast(Object) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
getFirst() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
getLast() | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
isEmpty() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
cursor() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
cursor(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
get(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
iterator() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
listIterator() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
size() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |