blib/lib/Compress/LZW/Decompressor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
34 | 289 | 387559 | 3 | $$self{'block_mode'} and $code == $Compress::LZW::Decompressor::RESET_CODE |
141 | 387864 | 0 | 5 | $code == 0 and $$self{'data_pos'} > length(${$$self{'data'};}) * 8 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
115 | 0 | 0 | 10 | length $magic != 3 or substr($magic, 0, 2) ne $Compress::LZW::Decompressor::MAGIC |