Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 361 of 361 | 0% | 46 of 46 | 0% | 32 | 32 | 78 | 78 | 9 | 9 |
mergeSort(char[], int, int) | 0% | 0% | 6 | 6 | 17 | 17 | 1 | 1 | ||
quickSort(char[], int, int) | 0% | 0% | 8 | 8 | 18 | 18 | 1 | 1 | ||
bubbleSort(int[]) | 0% | 0% | 4 | 4 | 8 | 8 | 1 | 1 | ||
selectionSort(int[]) | 0% | 0% | 4 | 4 | 9 | 9 | 1 | 1 | ||
insertionSort(int[]) | 0% | 0% | 4 | 4 | 9 | 9 | 1 | 1 | ||
insertionSort2(int[]) | 0% | 0% | 3 | 3 | 9 | 9 | 1 | 1 | ||
exchange(char[], int, int) | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | ||
mergeSort(char[]) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
Sort() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |