| blib/lib/IO/Uncompress/Adapter/Identity.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 18 | 27.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 0 | 21 | 49 | defined $$in and $len |
| 63 | 0 | 0 | 0 | $len >= 3 and substr($$in, -3) eq "PK\a" |
| 0 | 0 | 0 | $len >= 2 and substr($$in, -2) eq "PK" | |
| 0 | 0 | 0 | $len >= 1 and substr($$in, -1) eq "P" | |
| 80 | 24 | 25 | 0 | length $remainder and length $remainder < $self->{'DataHdrSize'} |
| 100 | 0 | 0 | 25 | $l1->equal($l2) and $l1->equal($newLen) |