| blib/lib/Crypt/Blowfish/Mod.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 9 | 55.5 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 3 | 7 | 0 | $p{'key'} or $p{'key_raw'} |
| 22 | 0 | 10 | 0 | $p{'endianness'} || $class->_detect_endianness |
| 23 | 7 | 3 | 0 | $p{'key_raw'} || &MIME::Base64::decode_base64($p{'key'}) |