Branch Coverage

blib/lib/Data/BitStream/Code/Escape.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
33 0 0 unless $self->writing
35 0 0 unless ref $p eq 'ARRAY' and scalar @$p >= 1
38 0 0 defined $_ && $_ <= $maxbits ? :
40 0 0 if $p <= 0
44 0 0 unless defined $val and $val >= 0
48 0 0 $bits < $maxbits ? :
55 0 0 if scalar @bitarray == 0
57 0 0 $bits < $maxbits ? :
58 0 0 if scalar @bitarray == 0
62 0 0 if ($onebits > 0)
63 0 0 if $bits > 0
70 0 0 if $self->writing
72 0 0 unless ref $p eq 'ARRAY' and scalar @$p >= 1
74 0 0 if (not defined $count) { }
0 0 elsif ($count < 0) { }
0 0 elsif ($count == 0) { }
79 0 0 defined $_ && $_ <= $maxbits ? :
81 0 0 if $p <= 0
90 0 0 if scalar @bitarray == 0
92 0 0 $bits < $maxbits ? :
93 0 0 if scalar @bitarray == 0
95 0 0 unless defined $v
100 0 0 wantarray ? :