blib/lib/Math/PlanePath/ArchimedeanChords.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 24 | 58.3 |
line | true | false | branch |
---|---|---|---|
153 | 599 | 1498 | if abs $sub < 1e-15 |
176 | 0 | 13 | if ($n < 0) |
177 | 0 | 13 | if (is_infinite($n)) |
179 | 12 | 1 | if ($n <= 1) |
187 | 0 | 1 | if ($n != $int) |
200 | 0 | 1 | if ($i > $n) |
209 | 1 | 598 | if (++$i == $next_save) |
246 | 0 | 12 | if (is_infinite($r_limit)) |
254 | 12 | 0 | if ($save_t[$i] > $theta) |
256 | 12 | 0 | if ($n_lo == 1) |
269 | 12 | 0 | if (&hypot($x - $nx, $y - $ny) <= 0.5) |
273 | 0 | 0 | if (&hypot($nx, $ny) >= $r_limit) |