Branch Coverage

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


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