| blib/lib/Math/PlanePath/CincoCurve.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 26 | 15.3 |
| line | true | false | branch |
|---|---|---|---|
| 472 | 0 | 31363 | if ($n < 0) |
| 473 | 0 | 31363 | if (is_infinite($n)) |
| 491 | 88956 | 3754 | if ($digit != 24) |
| 520 | 0 | 0 | if ($x < 0 or $y < 0) |
| 523 | 0 | 0 | if (is_infinite($x)) |
| 526 | 0 | 0 | if (is_infinite($y)) |
| 556 | 0 | 0 | if $x1 > $x2 |
| 557 | 0 | 0 | if $y1 > $y2 |
| 559 | 0 | 0 | if ($x2 < 0 or $y2 < 0) |
| 562 | 0 | 0 | if ($x1 < 0) |
| 563 | 0 | 0 | if ($y1 < 0) |
| 565 | 0 | 0 | $x2 > $y2 ? : |
| 567 | 0 | 0 | if (is_infinite($len)) |