| blib/lib/Crypt/Bcrypt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 9 | 44.4 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 0 | 24 | $cost < 4 or $cost > 31 |
| 41 | 2 | 0 | 0 | $hash_for{$algorithm} || croak("No such hash $algorithm") |
| 81 | 2 | 0 | 1 | $my_subtype ne $wanted_subtype || $my_cost != $wanted_cost || $my_hash ne ($wanted_hash || '') |