Branch Coverage

blib/lib/FigAnim/Arc.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
221 0 0 if $$self{'visibility'} == 0
236 0 0 if ($$self{'forward_arrow'})
242 0 0 if ($$self{'backward_arrow'})
261 0 0 if (defined $color)
271 0 0 if (defined $color)
298 0 0 if $anim[4] < 0
299 0 0 if $anim[4] > 20
306 0 0 unless defined $anim[6]
313 0 0 unless (defined $anim[5] and defined $anim[6])
317 0 0 unless defined $anim[7]
324 0 0 unless (defined $anim[5] and defined $anim[6])
367 0 0 if ($$self{'direction'} == 0) { }
369 0 0 if (($x3 - $center_x) * ($y1 - $center_y) - ($y3 - $center_y) * ($x1 - $center_x) >= 0) { }
377 0 0 if (($x1 - $center_x) * ($y3 - $center_y) - ($y1 - $center_y) * ($x3 - $center_x) >= 0) { }
392 0 0 if ($$self{'forward_arrow'} == 1)
413 0 0 if ($$self{'backward_arrow'} == 1)
461 0 0 if ($$self{'sub_type'} == 2) { }
469 0 0 if ($#{$$self{'animations'};} >= 0) { }