blib/lib/Math/PlanePath/CCurve.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 22 | 90.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
168 | 394 | 622 | 831 | $s >= -1 and $s <= 1 |
1016 | 139 | 692 | $s >= -1 and $s <= 1 and $d >= -1 | |
761 | 240 | 452 | $s >= -1 and $s <= 1 and $d >= -1 and $d <= 1 | |
205 | 195 | 91 | 166 | $ds == 1 and $dd == -1 |
207 | 57 | 21 | 88 | $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 | 74 | 0 | 4 | $s != 0 or $d != 0 |