Code coverage report for All files

Statements: 97.96% (2013 / 2055)      Branches: 83.09% (226 / 272)      Functions: 99.34% (454 / 457)      Lines: 99.35% (1989 / 2002)      Ignored: none     

File Statements Branches Functions Lines
lib/algorithms/1-strings/ 93.22% (55 / 59) 83.33% (20 / 24) 100% (4 / 4) 100% (54 / 54)
lib/algorithms/11-sorting/ 100% (46 / 46) 100% (12 / 12) 100% (7 / 7) 100% (44 / 44)
lib/algorithms/2-linkedLists/ 96.12% (99 / 103) 85.29% (29 / 34) 100% (7 / 7) 99% (99 / 100)
lib/algorithms/3-stacks/ 95.65% (44 / 46) 66.67% (4 / 6) 90% (9 / 10) 95.56% (43 / 45)
lib/algorithms/4-binaryTrees/ 91.27% (115 / 126) 86.9% (73 / 84) 100% (17 / 17) 100% (102 / 102)
lib/algorithms/4-searching/ 90% (18 / 20) 70% (7 / 10) 100% (2 / 2) 89.47% (17 / 19)
lib/dataStructures/ 93.87% (199 / 212) 84.62% (66 / 78) 95.24% (40 / 42) 98.49% (196 / 199)
spec/algo/1-strings/ 100% (36 / 36) 100% (0 / 0) 100% (12 / 12) 100% (36 / 36)
spec/algo/11-sorting/ 100% (34 / 34) 100% (0 / 0) 100% (12 / 12) 100% (34 / 34)
spec/algo/2-linkedLists/ 100% (214 / 214) 100% (4 / 4) 100% (27 / 27) 100% (214 / 214)
spec/algo/3-stacks/ 100% (103 / 103) 100% (0 / 0) 100% (26 / 26) 100% (103 / 103)
spec/algo/4-binaryTrees/ 99.57% (233 / 234) 50% (1 / 2) 100% (36 / 36) 99.57% (233 / 234)
spec/algo/4-searching/ 100% (31 / 31) 100% (0 / 0) 100% (8 / 8) 100% (28 / 28)
spec/dataStructures/ 99.37% (786 / 791) 55.56% (10 / 18) 100% (247 / 247) 99.49% (786 / 790)