| blib/lib/Math/PlanePath/QuintetCurve.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 237 | 141 | 0 | 5969 | defined($n = $self->SUPER::xy_to_n($x + $attempt_x[$i], $y + $attempt_y[$i])) and ($cx, $cy) = $self->n_to_xy($n) |
| 141 | 2235 | 3734 | defined($n = $self->SUPER::xy_to_n($x + $attempt_x[$i], $y + $attempt_y[$i])) and ($cx, $cy) = $self->n_to_xy($n) and $x == $cx | |
| 2235 | 1172 | 2562 | defined($n = $self->SUPER::xy_to_n($x + $attempt_x[$i], $y + $attempt_y[$i])) and ($cx, $cy) = $self->n_to_xy($n) and $x == $cx and $y == $cy |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 310 | 262 | 235 | 501 | $non_two == 1 || $non_two == 4 |