blib/lib/Math/PlanePath/HTree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
52 | 0 | 0 | 0 | ref $_[0] and $_[0]->isa('Math::BigInt') |
124 | 0 | 0 | 0 | @nbits and not $nbits[-1] |
207 | 0 | 0 | 0 | $x == $len - 1 and $y == -1 |
219 | 0 | 0 | 0 | $x == $len - 1 and $y == $len - 1 |
241 | 0 | 0 | 0 | $x == $len - 1 and $y == $len - 1 |
271 | 0 | 0 | 0 | $y == $len - 1 and $x == $len / 2 - 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | not ref $d or $d < 1000000 |
225 | 0 | 0 | 0 | $x < 0 or $y < 0 |
259 | 0 | 0 | 0 | $x < 0 or $y < 0 |
285 | 0 | 0 | 0 | $x < 0 or $y < 0 |
341 | 0 | 0 | 0 | $x2 < 0 or $y2 < 0 |