| blib/lib/Image/GIF/Encoder/PP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 15 | 40.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 158 | 0 | 0 | 100 | $left != $gif->{'w'} and $top != $gif->{'h'} | 
| 244 | 0 | 0 | 2 | $loop >= 0 and $loop <= 65535 | 
| 266 | 319941 | 673505 | 650 | vec($gif->{'frame'}, $i * $gif->{'w'} + $j, 8) == $gif->{'transparent_index'} and vec($gif->{'back'}, $i * $gif->{'w'} + $j, 8) != $gif->{'transparent_index'} | 
| 415 | 0 | 0 | 2 | $times == int $times and $times != 0 | 
| 426 | 0 | 0 | 0 | $neww == int $neww and $newh == int $newh |