blib/lib/PDF/API2/Resource/XObject/Image/TIFF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 21 | 38.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
205 | 0 | 0 | 0 | defined $tif->{'g3Options'} and $tif->{'g3Options'} & 4 |
252 | 2 | 0 | 1 | $tif->{'whiteIsZero'} == 1 and $tif->{'filter'} ne "CCITTFaxDecode" |
257 | 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" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
44 | 0 | 3 | 0 | $name || 'Ix' . pdfkey() |
201 | 0 | 0 | 0 | $tif->{'ccitt'} == 4 || $tif->{'g3Options'} & 1 |