| blib/lib/Data/BitStream/Code/Levenstein.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 28 | 71.4 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 2 | 2341 | unless defined $v and $v >= 0 |
| 47 | 75 | 2266 | if ($v == 0) |
| 73 | 0 | 6390 | if ($cbits + $base >= 32) { } |
| 74 | 0 | 0 | if $cbits > 0 |
| 83 | 2233 | 33 | if $cbits > 0 |
| 94 | 0 | 838 | if $self->writing |
| 96 | 817 | 21 | if (not defined $count) { } |
| 21 | 0 | elsif ($count < 0) { } | |
| 0 | 0 | elsif ($count == 0) { } | |
| 107 | 22 | 2361 | unless defined $C |
| 110 | 2280 | 81 | if ($C > 0) |
| 113 | 1 | 6403 | if $N > $maxbits |
| 115 | 0 | 6403 | unless defined $next |
| 123 | 21 | 813 | wantarray ? : |