Condition Coverage

blib/lib/SVGPDF/Svg.pm
Criterion Covered Total %
condition 9 28 32.1


and 3 conditions

line !l l&&!r l&&r condition
65 0 1 0 $self->root->verbose and not $self->root->debug
111 1 0 0 $par =~ /xM(ax|id|in)/iu and $scalex > $scaley
122 1 0 0 $par =~ /yM(in|id|ax)/iu and $scaley > $scalex
144 0 1 0 $self->root->verbose and not $self->root->debug

or 2 conditions

line l !l condition
142 1 0 $par // ""
144 0 0 $par // ""

or 3 conditions

line l !l&&r !l&&!r condition
35 1 0 0 $_ || $pwidth
38 1 0 0 $_ || $pheight
72 1 0 0 $vwidth || $vb[2]
1 0 0 $vheight || $vb[3]