blib/lib/Compress/LZW/Progressive.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 22 | 18.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
302 | 0 | 0 | 0 | $num < 32 || $num == 127 || $num > 128 and $num != 10 |
line | l | !l | condition |
---|---|---|---|
16 | 2 | 0 | $args{'bits'} ||= 16 |
40 | 0 | 6 | $which ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 6 | 0 | 0 | not $which or $which eq 'compress' |
47 | 6 | 0 | 0 | not $which or $which eq 'decompress' |
243 | 0 | 0 | 0 | not $type or $type eq 'compress' |
275 | 0 | 0 | 0 | not $type or $type eq 'decompress' |
302 | 0 | 0 | 0 | $num < 32 || $num == 127 || $num > 128 |