Branch Coverage

blib/lib/IO/Uncompress/Bunzip2.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
61 52 516 unless my $magic = $self->ckMagic
64 0 516 unless *$self->{'Info'} = $self->readHeader($magic)
73 0 516 unless defined $obj
92 36 1141 if length $magic != 4
96 67 1074 unless isBzip2Magic($magic)