blib/lib/FigAnim/Polyline.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
300 | 0 | 0 | 0 | $$self{'npoints'} > 1 and $$self{'xnpoints'}[$$self{'npoints'} - 1] == $$self{'xnpoints'}[0] |
0 | 0 | 0 | $$self{'npoints'} > 1 and $$self{'xnpoints'}[$$self{'npoints'} - 1] == $$self{'xnpoints'}[0] and $$self{'ynpoints'}[$$self{'npoints'} - 1] == $$self{'ynpoints'}[0] | |
389 | 0 | 0 | 0 | defined $anim[5] and defined $anim[6] |
400 | 0 | 0 | 0 | defined $anim[5] and defined $anim[6] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
170 | 0 | 0 | 0 | ref $proto || $proto |