blib/lib/Math/PlanePath/CCurve.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 22 | 90.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
168 | 443 | 654 | 836 | $s >= -1 and $s <= 1 |
1097 | 144 | 692 | $s >= -1 and $s <= 1 and $d >= -1 | |
798 | 240 | 452 | $s >= -1 and $s <= 1 and $d >= -1 and $d <= 1 | |
205 | 195 | 88 | 169 | $ds == 1 and $dd == -1 |
207 | 62 | 22 | 85 | $s == $ds and $d == $dd |
line | l | !l | condition |
---|---|---|---|
73 | 0 | 3 | $self->{'arms'} || 1 |
336 | 2520 | 5 | &sum(@digits) || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
207 | 81 | 0 | 3 | $s != 0 or $d != 0 |