blib/lib/Crypt/Passphrase/Bcrypt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
18 | 1 | 1 | 0 | length $args{'hash'} and not $supported_prehash{$args{'hash'}} |
line | l | !l | condition |
---|---|---|---|
15 | 0 | 2 | $args{'subtype'} // "2b" |
17 | 1 | 1 | $args{'hash'} // "" |
20 | 2 | 0 | $args{'cost'} // 14 |