| blib/lib/Archive/Zip/ZipFileMember.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 16 | 33 | 48.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 44 | 186 | 0 | 13 | substr($self->fileName, -1, 1) eq '/' && $self->uncompressedSize == 0 | 
| 61 | 172 | 0 | 0 | defined $previousWhere and $where == $previousWhere | 
| 76 | 172 | 0 | 0 | $status == 3 and $self->{'possibleEocdOffset'} | 
| 201 | 131 | 1 | 2 | $self->isEncrypted and $oldUncompressedSize > $self->{'uncompressedSize'} | 
| 337 | 0 | 0 | 139 | $signature == 134695760 and $signature != $self->{'crc32'} | 
| 427 | 37 | 31 | 2 | $self->{'uncompressedSize'} != $self->{'compressedSize'} and $self->{'compressionMethod'} == 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 174 | 38 | 0 | 0 | $self->{'zip64'} ||= $zip64 | 
| 207 | 0 | 0 | 134 | $oldCrc32 != $self->{'crc32'} or $oldUncompressedSize != $self->{'uncompressedSize'} | 
| 266 | 2 | 0 | 0 | $self->{'zip64'} ||= $zip64 | 
| 287 | 0 | 0 | 11 | $self->{'crc32'} != $crc32 or $self->{'uncompressedSize'} != $uncompressedSize | 
| 416 | 0 | 8 | 0 | $self->{'zip64'} ||= $zip64 |