Branch Coverage

blib/lib/List/Search.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
112 1 82 if $max_index < 0
124 142 134 if ($cmp_result > 0) { }
135 3 79 if &$cmp_code($key, $$array_ref[-1]) == 1
138 20 59 if &$cmp_code($key, $$array_ref[$mid]) == 1
174 16 16 $cmp_result == 0 ? :