blib/lib/GenOO/Module/Search/Binary.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 6 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 5 | 6 | 3 | $index - 1 >= 0 and &$code($$sorted_array[$index - 1]) == $target_value |
82 | 0 | 0 | 3 | $index + 1 <= $#{$sorted_array;} and &$code($$sorted_array[$index + 1]) > $target_value |