blib/lib/Math/PlanePath/CCurve.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 22 | 90.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
168 | 418 | 629 | 831 | $s >= -1 and $s <= 1 |
1047 | 139 | 692 | $s >= -1 and $s <= 1 and $d >= -1 | |
768 | 240 | 452 | $s >= -1 and $s <= 1 and $d >= -1 and $d <= 1 | |
205 | 201 | 87 | 164 | $ds == 1 and $dd == -1 |
207 | 56 | 22 | 86 | $s == $ds and $d == $dd |
line | l | !l | condition |
---|---|---|---|
73 | 0 | 3 | $self->{'arms'} || 1 |
339 | 2521 | 6 | &sum(@digits) || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
207 | 75 | 0 | 3 | $s != 0 or $d != 0 |