Repo Added
|
Files
25
|
Badge
README BADGES
|
push
124 of 124 branches covered (100.0%)
Branch coverage included in aggregate %.
310 of 310 relevant lines covered (100.0%)
58.07 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|---|---|---|---|---|---|---|---|---|
100.0 | src/algorithms/sort/bucketSort/index.ts | 37 | 17 | 17 | 0 | 33.0 | 4 | 0 | |
100.0 | src/algorithms/sort/countingSort/index.ts | 35 | 16 | 16 | 0 | 3.0 | 4 | 0 | |
100.0 | src/algorithms/sort/heapSort/index.ts | 53 | 23 | 23 | 0 | 14.0 | 12 | 0 | |
100.0 | src/algorithms/sort/insertionSort/index.ts | 28 | 14 | 14 | 0 | 564.0 | 4 | 0 | |
100.0 | src/algorithms/sort/mergeSort/index.ts | 42 | 19 | 19 | 0 | 15.0 | 6 | 0 | |
100.0 | src/algorithms/sort/quickSort/index.ts | 55 | 18 | 18 | 0 | 9.0 | 8 | 0 | |
100.0 | src/algorithms/sort/radixSort/index.ts | 52 | 25 | 25 | 0 | 315.0 | 8 | 0 | |
100.0 | src/algorithms/sort/selectionSort/index.ts | 27 | 12 | 12 | 0 | 10.0 | 4 | 0 | |
100.0 | src/algorithms/sort/shellSort/index.ts | 35 | 16 | 16 | 0 | 7.0 | 5 | 0 | |
100.0 | src/algorithms/sort/bubbleSort/index.ts | 24 | 9 | 9 | 0 | 11.0 | 4 | 0 |