Branch Coverage

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


line true false branch
73 64 725 unless my $magic = $self->ckMagic
76 0 725 unless *$self->{'Info'} = $self->readHeader($magic)
81 0 725 unless defined $obj
101 13 958 if length $magic != 4
105 54 904 if unpack("V*", $magic) != 4247762216