| blib/lib/PDF/Builder/Basic/PDF/Filter/LZWDecode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 40 | 4 | 2 | 0 | $self->{'DecodeParms'} and $self->{'DecodeParms'}{'EarlyChange'} |
| 52 | 0 | 0 | 0 | $self->{'next_code'} == 1 << $self->{'code_length'} and $self->{'code_length'} < 12 |
| 77 | 29469 | 7 | 25 | $self->{'next_code'} == 1 << $self->{'code_length'} and $self->{'code_length'} < 12 |
| 219 | 8 | 0 | 4 | $self->{'DecodeParms'} and $self->{'DecodeParms'}{'Predictor'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 221 | 0 | 4 | 0 | $predictor == 1 or $predictor == 2 |