| blib/lib/Math/PlanePath/HTree.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 33 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 0 | 0 | 0 | ref $_[0] and $_[0]->isa('Math::BigInt') |
| 123 | 0 | 0 | 0 | @nbits and not $nbits[-1] |
| 206 | 0 | 0 | 0 | $x == $len - 1 and $y == -1 |
| 218 | 0 | 0 | 0 | $x == $len - 1 and $y == $len - 1 |
| 240 | 0 | 0 | 0 | $x == $len - 1 and $y == $len - 1 |
| 270 | 0 | 0 | 0 | $y == $len - 1 and $x == $len / 2 - 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 53 | 0 | 0 | 0 | not ref $d or $d < 1000000 |
| 224 | 0 | 0 | 0 | $x < 0 or $y < 0 |
| 258 | 0 | 0 | 0 | $x < 0 or $y < 0 |
| 284 | 0 | 0 | 0 | $x < 0 or $y < 0 |
| 340 | 0 | 0 | 0 | $x2 < 0 or $y2 < 0 |