| blib/lib/Image/SVG/Path.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 15 | 53.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 380 | 0 | 0 | 63 | $path[0] =~ /^$wsp*$/ and $path[1] =~ /[Mm]/ | 
| 690 | 0 | 1 | 1 | $previous and $previous->{'type'} eq 'cubic-bezier' | 
| 729 | 0 | 1 | 1 | $previous and $previous->{'type'} eq 'quadratic-bezier' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 601 | 1 | 2 | 60 | $options_ref->{'no_shortcuts'} || $options_ref->{'no_smooth'} | 
| 616 | 0 | 0 | 0 | ref $ip ne 'ARRAY' or scalar @$ip != 2 |