blib/lib/Data/BitStream/Code/Varint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 26 | 0.0 |
line | true | false | branch |
---|---|---|---|
36 | 0 | 0 | unless $self->writing |
39 | 0 | 0 | unless defined $val and $val >= 0 |
41 | 0 | 0 | if ($val <= 127) { } |
0 | 0 | elsif ($val <= 16383) { } | |
0 | 0 | elsif ($val <= 2097151) { } | |
66 | 0 | 0 | if $self->writing |
68 | 0 | 0 | if (not defined $count) { } |
0 | 0 | elsif ($count < 0) { } | |
0 | 0 | elsif ($count == 0) { } | |
78 | 0 | 0 | unless defined $byte |
83 | 0 | 0 | unless defined $byte |
84 | 0 | 0 | if $shift > $maxbits |
91 | 0 | 0 | wantarray ? : |