Condition Coverage

blib/lib/Image/GIF/Encoder/PP.pm
Criterion Covered Total %
condition 6 15 40.0


and 3 conditions

line !l l&&!r l&&r condition
160 0 0 100 $left != $gif->{'w'} and $top != $gif->{'h'}
248 0 0 2 $loop >= 0 and $loop <= 65535
270 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'}
419 0 0 2 $times == int $times and $times != 0
430 0 0 0 $neww == int $neww and $newh == int $newh