Ran
|
Files
9
|
Run time
0s
|
Badge
README BADGES
|
push
github
83 of 119 branches covered (69.75%)
Branch coverage included in aggregate %.
240 of 279 relevant lines covered (86.02%)
0.86 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|---|---|---|---|---|---|---|---|---|
44.03 | algorithms/sorting/wordle_solver.py | 186 - 1 | 82 + 1 | 43 + 1 | 39 | 1.0 | |||
100.0 | algorithms/recursion/sudoku_solver.py | 131 - 1 | 51 + 1 | 51 + 1 | 0 | 1.0 | |||
100.0 | algorithms/search/breadth_first_search.py | 35 - 1 | 16 | 16 | 0 | 1.0 | |||
100.0 | algorithms/search/depth_first_search.py | 26 - 1 | 10 | 10 | 0 | 1.0 | |||
100.0 | algorithms/recursion/invert_binary_tree.py | 64 - 1 | 35 | 35 | 0 | 1.0 | |||
100.0 | algorithms/sequences/fibonacci_sequence.py | 56 - 1 | 27 + 1 | 27 + 1 | 0 | 1.0 | |||
100.0 | algorithms/sequences/fizzbuzz.py | 61 - 1 | 25 + 1 | 25 + 1 | 0 | 1.0 | |||
100.0 | algorithms/sorting/bubble_sort.py | 68 - 1 | 32 + 1 | 32 + 1 | 0 | 1.0 | |||
100.0 | algorithms/search/__init__.py | 9 - 1 | 1 | 1 | 0 | 1.0 |