Branch Coverage

blib/lib/Data/BitStream/Code/Delta.pm
Criterion Covered Total %
branch 20 24 83.3


line true false branch
33 2 6985 unless defined $val and $val >= 0
34 6 6979 if ($val == $maxval) { }
40 5981 998 if $base > 0
49 4336 114 if (not defined $count) { }
114 0 elsif ($count < 0) { }
0 0 elsif ($count == 0) { }
59 139 7405 unless defined $base
60 1012 6393 if ($base == 0) { }
6 6387 elsif ($base == $maxbits) { }
1 6386 elsif ($base > $maxbits) { }
65 0 6386 unless defined $remainder
70 114 4330 wantarray ? :