blib/lib/Binary/Heap/Search.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 17 | 52.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 0 | 87 | 256 | @$b and @$c |
48 | 0 | 0 | 169 | $b and @$b |
0 | 0 | 169 | $b and @$b and $c | |
0 | 0 | 169 | $b and @$b and $c and @$c | |
0 | 82 | 87 | $b and @$b and $c and @$c and @$b <= @$c * 2 |
line | l | !l | condition |
---|---|---|---|
26 | 265 | 23 | $_[0]{'arrays'} //= [] |