Condition Coverage

blib/lib/SVGPDF/Contrib/PathExtract.pm
Criterion Covered Total %
condition 4 15 26.6


and 3 conditions

line !l l&&!r l&&r condition
375 0 0 36 $path[0] =~ /^$wsp*$/ and $path[1] =~ /[Mm]/
692 0 0 1 $previous and $previous->{'type'} eq "cubic-bezier"
731 0 0 4 $previous and $previous->{'type'} eq "quadratic-bezier"

or 3 conditions

line l !l&&r !l&&!r condition
594 0 36 0 $options_ref->{'no_shortcuts'} || $options_ref->{'no_smooth'}
609 0 0 0 ref $ip ne "ARRAY" or scalar @$ip != 2