Condition Coverage

blib/lib/FigAnim/Spline.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
311 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]
402 0 0 0 defined $anim[5] and defined $anim[6]
413 0 0 0 defined $anim[5] and defined $anim[6]
511 0 0 0 $$self{'n'} > 0 and $i == $$self{'x'}[$$self{'n'} - 1]
0 0 0 $$self{'n'} > 0 and $i == $$self{'x'}[$$self{'n'} - 1] and $j == $$self{'y'}[$$self{'n'} - 1]

or 3 conditions

line l !l&&r !l&&!r condition
170 0 0 0 ref $proto || $proto
832 0 0 0 $number_of_steps == 0 or $number_of_steps > 999
838 0 0 0 $step > $$self{'max_spline_step'} or $step == 0