| name | class, % | method, % | block, % | line, % |
|---|
| | | | | |
| class SortedArrayList | 100% (1/1) | 58% (7/12) | 78% (98/125) | 79% (31/39) |
| SortedArrayList (Comparator): void | | 0% (0/1) | 0% (0/6) | 0% (0/3) |
| add (int, Object): void | | 0% (0/1) | 0% (0/4) | 0% (0/1) |
| addAll (int, Collection): boolean | | 0% (0/1) | 0% (0/4) | 0% (0/1) |
| getComparator (): Comparator | | 0% (0/1) | 0% (0/3) | 0% (0/1) |
| set (int, Object): Object | | 0% (0/1) | 0% (0/4) | 0% (0/1) |
| compare (Object, Object): int | | 100% (1/1) | 57% (8/14) | 67% (2/3) |
| SortedArrayList (): void | | 100% (1/1) | 100% (6/6) | 100% (3/3) |
| SortedArrayList (Collection): void | | 100% (1/1) | 100% (10/10) | 100% (4/4) |
| add (Object): boolean | | 100% (1/1) | 100% (15/15) | 100% (5/5) |
| addAll (Collection): boolean | | 100% (1/1) | 100% (20/20) | 100% (8/8) |
| findInsertionPoint (Object): int | | 100% (1/1) | 100% (9/9) | 100% (1/1) |
| findInsertionPoint (Object, int, int): int | | 100% (1/1) | 100% (30/30) | 100% (8/8) |