| blib/lib/Data/ParseBinary/Stream/Bit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 18 | 72.2 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 47 | 82 | if $moreBitsNeeded < 0 |
| 26 | 48 | 81 | $moreBitsNeeded % 8 ? : |
| 38 | 0 | 0 | if ($$self{'buffer'}) { } |
| 110 | 4 | 2 | if ($moreBitsNeeded > 0) |
| 111 | 4 | 0 | $moreBitsNeeded % 8 ? : |
| 113 | 0 | 4 | if $moreBytesNeeded > 1 |
| 117 | 4 | 2 | if length $data > 1 |
| 129 | 6 | 2 | if length $bitdata > 1 |
| 135 | 0 | 8 | if $numof_bytesToWrite > 1 |