| lib/ChordPro/lib/SVGPDF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 69 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 296 | 0 | 0 | 0 | $combine ne "none" and @$xoforms > 1 |
| 437 | 0 | 0 | 0 | $minw and $minw > $width |
| 450 | 0 | 0 | 0 | $vwidth and not $vheight |
| 453 | 0 | 0 | 0 | $vheight and not $vwidth |
| 465 | 0 | 0 | 0 | $minw and $minw > $width |
| 479 | 0 | 0 | 0 | $vheight and $width / $height / ($vwidth / $vheight) > 1.05 || $width / $height / ($vwidth / $vheight) < 0.95 |
| 487 | 0 | 0 | 0 | $verbose and not $debug |
| line | l | !l | condition |
|---|---|---|---|
| 198 | 0 | 0 | delete $args{'atts'} // {} |
| 295 | 0 | 0 | $options{'combine'} // "none" |
| 297 | 0 | 0 | $options{'sep'} || 0 |
| 398 | 0 | 0 | delete $atts->{'width'} // 0 |
| 399 | 0 | 0 | delete $atts->{'height'} // 0 |
| 415 | 0 | 0 | $style->{'min-width'} // 0 |
| 420 | 0 | 0 | $style->{'vertical-align'} // 0 |
| 567 | 0 | 0 | $opts{'type'} // "stacked" |
| 573 | 0 | 0 | $opts{'sep'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 283 | 0 | 0 | 0 | $wstokens || $options{'whitespace_tokens'} |
| 459 | 0 | 0 | 0 | $vwidth || $pagesize->[0] |
| 462 | 0 | 0 | 0 | $vheight || $pagesize->[1] |
| 479 | 0 | 0 | 0 | $width / $height / ($vwidth / $vheight) > 1.05 || $width / $height / ($vwidth / $vheight) < 0.95 |
| 500 | 0 | 0 | 0 | $vwidth || $vb[2] |
| 0 | 0 | 0 | $vheight || $vb[3] | |
| 543 | 0 | 0 | 0 | $_ eq "none" or $_ eq "transparent" |
| 550 | 0 | 0 | 0 | $_ eq "none" or $_ eq "transparent" |
| 590 | 0 | 0 | 0 | $nx //= $pdf->xo_form |
| 660 | 0 | 0 | 0 | $h / $d > $maxlines or $w / $d > $maxlines |