| ||||||||||||||||||||||||||||||||||||||
| LinkedList | Line # 13 | 194 | 93 | 61.8% |
0.6183432
|
|||||||||||||||||||||||||||||||||
| LinkedList() LinkedList() | 33 33 | 3.0 3 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| LinkedList(Collection) LinkedList(Collection) | 39 39 | 2.0 2 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| size() : int size() : int | 44 44 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| isEmpty() : boolean isEmpty() : boolean | 48 48 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| contains(Object) : boolean contains(Object) : boolean | 52 52 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| getAt(int) : Entry getAt(int) : Entry | 56 56 | 12.0 12 | 6.0 6 | 0.25 25% |
0.25
|
|||||||||||||||||||||||||||||||||
| findFirst(Object) : Entry findFirst(Object) : Entry | 74 74 | 8.0 8 | 6.0 6 | 0.5555556 55.6% |
0.5555556
|
|||||||||||||||||||||||||||||||||
| findLast(Object) : Entry findLast(Object) : Entry | 88 88 | 8.0 8 | 6.0 6 | 0.5555556 55.6% |
0.5555556
|
|||||||||||||||||||||||||||||||||
| indexOf(Object) : int indexOf(Object) : int | 102 102 | 9.0 9 | 6.0 6 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| lastIndexOf(Object) : int lastIndexOf(Object) : int | 117 117 | 9.0 9 | 6.0 6 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| toArray() : Object[] toArray() : Object[] | 132 132 | 5.0 5 | 2.0 2 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| toArray(Object[]) : Object[] toArray(Object[]) : Object[] | 139 139 | 9.0 9 | 4.0 4 | 0.73333335 73.3% |
0.73333335
|
|||||||||||||||||||||||||||||||||
| add(Object) : boolean add(Object) : boolean | 150 150 | 2.0 2 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| insertAfter(Entry,Object) : void insertAfter(Entry,Object) : void | 155 155 | 8.0 8 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| insertBefore(Entry,Object) : void insertBefore(Entry,Object) : void | 166 166 | 8.0 8 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| remove(Entry) : Object remove(Entry) : Object | 177 177 | 9.0 9 | 2.0 2 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| remove(Object) : boolean remove(Object) : boolean | 188 188 | 5.0 5 | 2.0 2 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| addAll(Collection) : boolean addAll(Collection) : boolean | 195 195 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| addAll(int,Collection) : boolean addAll(int,Collection) : boolean | 199 199 | 1.0 1 | 1.0 1 | 0.6666667 66.7% |
0.6666667
|
|||||||||||||||||||||||||||||||||
| insertAllBefore(Entry,Collection) : boolean insertAllBefore(Entry,Collection) : boolean | 203 203 | 21.0 21 | 3.0 3 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| clear() : void clear() : void | 229 229 | 3.0 3 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| get(int) : Object get(int) : Object | 235 235 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| set(int,Object) : Object set(int,Object) : Object | 239 239 | 4.0 4 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| add(int,Object) : void add(int,Object) : void | 246 246 | 3.0 3 | 2.0 2 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| remove(int) : Object remove(int) : Object | 251 251 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| listIterator() : ListIterator listIterator() : ListIterator | 255 255 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| listIterator(int) : ListIterator listIterator(int) : ListIterator | 259 259 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| addFirst(Object) : void addFirst(Object) : void | 263 263 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| addLast(Object) : void addLast(Object) : void | 267 267 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| offerFirst(Object) : boolean offerFirst(Object) : boolean | 271 271 | 2.0 2 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| offerLast(Object) : boolean offerLast(Object) : boolean | 276 276 | 2.0 2 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| removeFirst() : Object removeFirst() : Object | 281 281 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| removeLast() : Object removeLast() : Object | 285 285 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| pollFirst() : Object pollFirst() : Object | 289 289 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| pollLast() : Object pollLast() : Object | 293 293 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| getFirst() : Object getFirst() : Object | 297 297 | 3.0 3 | 2.0 2 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| getLast() : Object getLast() : Object | 302 302 | 3.0 3 | 2.0 2 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| peekFirst() : Object peekFirst() : Object | 307 307 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| peekLast() : Object peekLast() : Object | 311 311 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| removeFirstOccurrence(Object) : boolean removeFirstOccurrence(Object) : boolean | 315 315 | 5.0 5 | 2.0 2 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| removeLastOccurrence(Object) : boolean removeLastOccurrence(Object) : boolean | 322 322 | 5.0 5 | 2.0 2 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| offer(Object) : boolean offer(Object) : boolean | 329 329 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| remove() : Object remove() : Object | 333 333 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| poll() : Object poll() : Object | 337 337 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| element() : Object element() : Object | 341 341 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| peek() : Object peek() : Object | 345 345 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| push(Object) : void push(Object) : void | 349 349 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| pop() : Object pop() : Object | 353 353 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| descendingIterator() : Iterator descendingIterator() : Iterator | 357 357 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| writeObject(ObjectOutputStream) : void writeObject(ObjectOutputStream) : void | 503 503 | 4.0 4 | 2.0 2 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| readObject(ObjectInputStream) : void readObject(ObjectInputStream) : void | 511 511 | 8.0 8 | 2.0 2 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| clone() : Object clone() : Object | 525 525 | 9.0 9 | 2.0 2 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| LinkedList.Entry | Line # 24 | 1 | 1 | 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| Entry(Object) Entry(Object) | 28 28 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| LinkedList.Itr | Line # 361 | 42 | 20 | 39.4% |
0.3943662
|
|||||||||||||||||||||||||||||||||
| Itr(Entry,int) Itr(Entry,int) | 366 366 | 3.0 3 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| Itr() Itr() | 372 372 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| hasNext() : boolean hasNext() : boolean | 376 376 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| nextIndex() : int nextIndex() : int | 380 380 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| hasPrevious() : boolean hasPrevious() : boolean | 384 384 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| previousIndex() : int previousIndex() : int | 388 388 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| next() : Object next() : Object | 392 392 | 8.0 8 | 3.0 3 | 0.6666667 66.7% |
0.6666667
|
|||||||||||||||||||||||||||||||||
| previous() : Object previous() : Object | 401 401 | 7.0 7 | 3.0 3 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| add(Object) : void add(Object) : void | 409 409 | 6.0 6 | 2.0 2 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| set(Object) : void set(Object) : void | 417 417 | 3.0 3 | 2.0 2 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| remove() : void remove() : void | 422 422 | 10.0 10 | 4.0 4 | 0.625 62.5% |
0.625
|
|||||||||||||||||||||||||||||||||
| LinkedList.DescItr | Line # 432 | 42 | 20 | 42.3% |
0.4225352
|
|||||||||||||||||||||||||||||||||
| DescItr(Entry,int) DescItr(Entry,int) | 437 437 | 3.0 3 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| DescItr() DescItr() | 443 443 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| hasNext() : boolean hasNext() : boolean | 447 447 | 1.0 1 | 1.0 1 | 1.0 100% |
1.0
|
|||||||||||||||||||||||||||||||||
| nextIndex() : int nextIndex() : int | 451 451 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| hasPrevious() : boolean hasPrevious() : boolean | 455 455 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| previousIndex() : int previousIndex() : int | 459 459 | 1.0 1 | 1.0 1 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| next() : Object next() : Object | 463 463 | 8.0 8 | 3.0 3 | 0.8333333 83.3% |
0.8333333
|
|||||||||||||||||||||||||||||||||
| previous() : Object previous() : Object | 472 472 | 7.0 7 | 3.0 3 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| add(Object) : void add(Object) : void | 480 480 | 6.0 6 | 2.0 2 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| set(Object) : void set(Object) : void | 488 488 | 3.0 3 | 2.0 2 | 0.0 0% |
0.0
|
|||||||||||||||||||||||||||||||||
| remove() : void remove() : void | 493 493 | 10.0 10 | 4.0 4 | 0.625 62.5% |
0.625
|
|||||||||||||||||||||||||||||||||
| (47) | |||
| Result | |||
|
0.1680498
|
LinkedListTest.testRemoveAll
| ||