Condition Coverage

blib/lib/PDF/Builder/Resource/XObject/Image/TIFF.pm
Criterion Covered Total %
condition 15 39 38.4


and 3 conditions

line !l l&&!r l&&r condition
49 4 0 0 defined $opts{'-nouseGT'} and not defined $opts{'nouseGT'}
50 4 0 0 defined $opts{'-name'} and not defined $opts{'name'}
51 4 0 0 defined $opts{'-compress'} and not defined $opts{'compress'}
177 1 0 0 defined $tif->{'Predictor'} and $tif->{'Predictor'} > 1
213 0 0 0 defined $tif->{'g3Options'} and $tif->{'g3Options'} & 4
261 2 0 1 ($tif->{'whiteIsZero'} || 0) == 1 and ($tif->{'filter'} || '') ne "CCITTFaxDecode"
267 2 1 0 defined $tif->{'filter'} and $tif->{'filter'} eq "CCITTFaxDecode"
2 0 1 defined $tif->{'filter'} and $tif->{'filter'} eq "LZWDecode"
2 0 0 defined $tif->{'filter'} and $tif->{'filter'} eq "FlateDecode"

or 2 conditions

line l !l condition
212 0 0 $tif->{'whiteIsZero'} || 0
261 1 2 $tif->{'whiteIsZero'} || 0
1 0 $tif->{'filter'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
79 0 3 0 $name || 'Ix' . pdfkey()
208 0 0 0 $tif->{'ccitt'} == 4 || ($tif->{'g3Options'} || 0) & 1