| lib/ChordPro/lib/SVGPDF/Contrib/PathExtract.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 375 | 0 | 0 | 0 | $path[0] =~ /^$wsp*$/ and $path[1] =~ /[Mm]/ |
| 692 | 0 | 0 | 0 | $previous and $previous->{'type'} eq "cubic-bezier" |
| 731 | 0 | 0 | 0 | $previous and $previous->{'type'} eq "quadratic-bezier" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 594 | 0 | 0 | 0 | $options_ref->{'no_shortcuts'} || $options_ref->{'no_smooth'} |
| 609 | 0 | 0 | 0 | ref $ip ne "ARRAY" or scalar @$ip != 2 |