Condition Coverage

blib/lib/SVG/SVG2zinc/Conversions.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
605 0 0 0 $rx == 0 and $ry == 0
659 0 0 0 not $sweep_flag and $dTheta > 0
662 0 0 0 $sweep_flag and $dTheta < 0

or 3 conditions

line l !l&&r !l&&!r condition
163 0 0 0 not defined $gradients{$def} or $def eq $gradients{$def}
174 0 0 0 not defined $gradients{$def} or $def eq $gradients{$def}
351 0 0 0 $command eq 'z' or $command eq 'Z'
398 0 0 0 $command eq 'C' or $command eq 'c'
0 0 0 $command eq 'S' or $command eq 's'
0 0 0 $command eq 'Q' or $command eq 'q'
0 0 0 $command eq 'T' or $command eq 't'
0 0 0 $command eq 'a' or $command eq 'A'