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