Branch Coverage

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


line true false branch
112 3 87 if $max_index < 0
115 4 83 if &$cmp_code($key, $array_ref->[-1]) > 0
127 136 139 if ($cmp_result > 0) { }
138 22 61 if &$cmp_code($key, $array_ref->[$mid]) > 0
170 4 30 if $idx == -1
175 16 14 $cmp_result == 0 ? :