Condition Coverage

blib/lib/PostScript/EPSF.pm
Criterion Covered Total %
condition 20 42 47.6


and 3 conditions

line !l l&&!r l&&r condition
100 1 1 0 $yscale and not $xscale
101 0 1 1 $xscale and not $yscale
137 2 0 0 $^W and %para
212 0 0 0 $color =~ /^\#([0-9a-f]+)$/ and length($1) % 3 == 0

or 2 conditions

line l !l condition
57 2 0 delete $para{'file'} || die('Mandatory -file argument is missing')
112 2 0 delete $para{'x'} || 0
113 2 0 delete $para{'y'} || 0
115 2 0 delete $para{'anchor'} || 'c'
135 0 2 delete $para{'boarder'} || 0
201 1 0 shift() || ''

or 3 conditions

line l !l&&r !l&&!r condition
66 42 102 370 /^\s*%/ or /^\s*$/
146 1 1 0 $rotate or $xscale
2 0 0 $rotate or $xscale or $clip
1 0 0 $rotate or $xscale or $clip or $background
149 2 0 0 $clip or $background
205 1 0 0 $PostScript::EPSF::color_names{$color} || $color