| blib/lib/Bit/Vector/Minimal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 14 | 71.4 |
| line | true | false | branch |
|---|---|---|---|
| 53 | 0 | 5 | unless $$self{'endianness'} =~ /^(little|big)$/i |
| 56 | 0 | 5 | if not $$self{'width'} or $$self{'width'} - 1 & $$self{'width'} |
| 61 | 0 | 5 | unless $slots == int $slots |
| 63 | 3 | 2 | $$self{'size'} % 8 ? : |
| 80 | 1 | 1 | unless defined $value |
| 81 | 1 | 1 | if $$self{'endianness'} eq 'big' |
| 93 | 0 | 2 | if $$self{'endianness'} eq 'big' |