| blib/lib/Crypt/Passphrase/SaltedHash.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 10 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 41 | 0 | 4 | unless my($has_salt, $alg) = $hash =~ /^\{(S)?(\w+)\}/ |
| 48 | 0 | 4 | unless my($has_salt, $alg) = $hash =~ /^\{(S)?(\w+)\}/ |
| 49 | 0 | 4 | unless my $meta = $DIGESTS{uc $alg} |
| 54 | 4 | 0 | $has_salt ? : |
| 55 | 4 | 0 | $has_salt ? : |