| blib/lib/Digest/Bcrypt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 143 | 1 | 1 | 56 | defined $cost && $cost =~ /^\d+$/ |
| 152 | 1 | 2 | 52 | $salt and &bytes::length($salt) == 16 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 72 | 2 | 37 | 0 | ref $class || $class |