Condition Coverage

blib/lib/PostScript/Convert.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
162 0 0 0 $ps->get_eps and $ps->get_pagecount > 1
261 0 0 0 defined $device and length $device
298 0 0 0 defined $outFN and length $outFN
324 0 0 0 defined $fn and length $fn
333 0 0 0 defined $fn and length $fn

or 2 conditions

line l !l condition
154 0 0 $$opt{'paper_size'} ||= [$ps->get_width, $ps->get_height]

or 3 conditions

line l !l&&r !l&&!r condition
158 0 0 0 $$opt{'input'} ||= "$oldFN.ps"
213 0 0 0 $type eq 'SCALAR' or $type eq 'ARRAY'
234 0 0 0 $$opt{'input'} ||= $filename
246 0 0 0 $$opt{'ghostscript'} || croak('ghostscript not defined')