Code coverage report for lib/algorithms/3-stacks/

Statements: 95.65% (44 / 46)      Branches: 66.67% (4 / 6)      Functions: 90% (9 / 10)      Lines: 95.56% (43 / 45)      Ignored: none     

All files » lib/algorithms/3-stacks/
File Statements Branches Functions Lines
hanoi.js 100% (11 / 11) 100% (2 / 2) 100% (2 / 2) 100% (10 / 10)
sort.js 100% (10 / 10) 100% (2 / 2) 100% (1 / 1) 100% (10 / 10)
stackQueue.js 92% (23 / 25) 0% (0 / 2) 85.71% (6 / 7) 92% (23 / 25)