Repo Added
|
Files
27
|
Badge
README BADGES
|
push
github
869 of 974 relevant lines covered (89.22%)
2.11 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
0.0 | src/main.rs | 329 | 66 | 0 | 66 | 0.0 | |
50.0 | src/maze/errors/save_error.rs | 24 | 4 | 2 | 2 | 1.0 | |
60.0 | src/maze/errors/transit_error.rs | 23 | 5 | 3 | 2 | 1.0 | |
78.57 | src/maze/algorithms/sidewinder.rs | 65 | 14 | 11 | 3 | 1.0 | |
80.0 | src/maze/formatters/mod.rs | 97 | 25 | 20 | 5 | 1.0 | |
85.71 | src/maze/algorithms/recursive_backtracking.rs | 60 | 14 | 12 | 2 | 2.0 | |
90.0 | src/maze/algorithms/aldous_broder.rs | 68 | 20 | 18 | 2 | 1.0 | |
90.63 | src/maze/algorithms/kruskal.rs | 91 | 32 | 29 | 3 | 1.0 | |
90.63 | src/maze/algorithms/binary_tree.rs | 121 | 32 | 29 | 3 | 1.0 | |
92.31 | src/pathfind.rs | 64 | 13 | 12 | 1 | 2.0 + 1.0 |