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
368 0 0 120 $path[0] =~ /^$wsp*$/ and $path[1] =~ /[Mm]/
685 0 1 1 $previous and $previous->{'type'} eq 'cubic-bezier'
724 0 1 1 $previous and $previous->{'type'} eq 'quadratic-bezier'

or 3 conditions

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