Condition Coverage

blib/lib/Image/SVG/Path.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
364 0 0 63 $path[0] =~ /^$wsp*$/ and $path[1] =~ /[Mm]/
666 0 1 1 $previous and $previous->{'type'} eq 'cubic-bezier'
705 0 1 1 $previous and $previous->{'type'} eq 'quadratic-bezier'

or 3 conditions

line l !l&&r !l&&!r condition
577 1 2 60 $options_ref->{'no_shortcuts'} || $options_ref->{'no_smooth'}
592 0 0 0 ref $ip ne 'ARRAY' or scalar @$ip != 2