Condition Coverage

blib/lib/PostScript/Poster.pm
Criterion Covered Total %
condition 0 51 0.0


and 3 conditions

line !l l&&!r l&&r condition
82 0 0 0 $args{-'scale'} and $args{-'poster'}
118 0 0 0 /^%%\+/ and $dsc_cont
120 0 0 0 /^%%Trailer/i and not $level
0 0 0 /^%%BoundingBox:/i and $inbody != 1
0 0 0 /^%%BoundingBox:/i and $inbody != 1 and not $level
0 0 0 /^%%Document/i and $inbody != 1
0 0 0 /^%%Document/i and $inbody != 1 and not $level
361 0 0 0 not $buf[$bp] =~ /^%/ and $buf[$bp]

or 3 conditions

line l !l&&r !l&&!r condition
90 0 0 0 $mediasize[2] - $mediasize[0] <= 10 or $mediasize[3] - $mediasize[1] <= 10
97 0 0 0 $args{-'scale'} or $args{-'poster'}
135 0 0 0 @psbb or $args{-'insize'}
143 0 0 0 $imagebb[2] - $imagebb[0] <= 0 or $imagebb[3] - $imagebb[2] <= 0
154 0 0 0 $scale < 0.01 or $scale > 1000000
170 0 0 0 $tmp[0] != 0 or $tmp[1] != 0
174 0 0 0 $tmp[2] - $tmp[0] <= 0 or $tmp[3] - $tmp[1] <= 0
450 0 0 0 $psbox[$_] < 0 or $psbox[$_ + 2] < $psbox[$_]
480 0 0 0 $margin[$_] < 0 or 2 * $margin[$_] >= $$obj{'mediasize'}[$_ + 2]