| blib/lib/Crypt/Passphrase/SaltedHash.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 43 | 0 | 8 | unless my($has_salt, $alg) = $hash =~ /^\{(S)?($ALGS)\}/ |
| 50 | 0 | 8 | unless my($has_salt, $alg) = $hash =~ /^\{(S)?($ALGS)\}/ |
| 51 | 0 | 8 | unless my $meta = $DIGESTS{uc $alg} |
| 56 | 7 | 1 | $has_salt ? : |
| 57 | 7 | 1 | $has_salt ? : |