Branch Coverage

blib/lib/Data/BitStream/Code/BER.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
23 0 0 unless $self->writing
26 0 0 unless defined $val and $val >= 0
28 0 0 if ($val <= 127) { }
50 0 0 if $self->writing
52 0 0 if (not defined $count) { }
0 0 elsif ($count < 0) { }
0 0 elsif ($count == 0) { }
61 0 0 unless defined $byte
65 0 0 unless defined $byte
66 0 0 if $val << 7 >> 7 != $val
72 0 0 wantarray ? :