blib/lib/PDF/Builder/Resource/XObject/Image/GIF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 27 | 29.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 6 | 0 | 0 | $nextcode == 1 << $bits and $bits < 12 |
168 | 3 | 0 | 0 | defined $opts{'-notrans'} and not defined $opts{'notrans'} |
169 | 3 | 0 | 0 | defined $opts{'-name'} and not defined $opts{'name'} |
170 | 3 | 0 | 0 | defined $opts{'-multi'} and not defined $opts{'multi'} |
171 | 3 | 0 | 0 | defined $opts{'-compress'} and not defined $opts{'compress'} |
309 | 0 | 0 | 0 | $cFlags & 1 and not $opts{'notrans'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
183 | 0 | 3 | 0 | $name || 'Gx' . pdfkey() |
248 | 2 | 0 | 0 | $w || $wg |
249 | 2 | 0 | 0 | $h || $hg |