blib/lib/IO/Uncompress/Gunzip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 15 | 93.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
121 | 587 | 1 | 1034 | $id1 == 31 && $id2 == 139 |
181 | 7 | 15 | 446 | $XLEN and *$self->{'ParseExtra'} |
201 | 109 | 0 | 1 | *$self->{'Strict'} and $origname =~ /$IO::Uncompress::Gunzip::GZIP_FNAME_INVALID_CHAR_RE/o |
216 | 11 | 432 | 1 | *$self->{'Strict'} and $comment =~ /$IO::Uncompress::Gunzip::GZIP_FCOMMENT_INVALID_CHAR_RE/o |
227 | 11 | 432 | 1 | *$self->{'Strict'} and $crc16 != $HeaderCRC |