| blib/lib/IO/Uncompress/Bunzip2.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 10 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 52 | 510 | unless my $magic = $self->ckMagic |
| 64 | 0 | 510 | unless *$self->{'Info'} = $self->readHeader($magic) |
| 73 | 0 | 510 | unless defined $obj |
| 92 | 36 | 1135 | if length $magic != 4 |
| 96 | 67 | 1068 | unless isBzip2Magic($magic) |