Branch Coverage

blib/lib/List/BinarySearch/PP.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
35 38 42 if (&$code($target, $$aref[$mid]) > 0) { }
46 26 6 if &$code($target, $$aref[$min]) == 0
66 10 14 if (&$comp($target, $$aref[$cur]) > 0) { }