| blib/lib/Crypt/Passphrase/Bcrypt/Encrypted.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 64 | 0 | 0 | 0 | $id eq $to and $alg eq $self->{'cipher'} |
| line | l | !l | condition |
|---|---|---|---|
| 15 | 0 | 0 | $args{'hash'} //= "sha384" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 62 | 0 | 0 | 0 | $to //= $self->{'active'} |
| 65 | 0 | 0 | 0 | eval { do { my $decrypted = $self->decrypt_hash($alg, $id, $salt, $hash); my $encrypted = $self->encrypt_hash($self->{'cipher'}, $to, $salt, $decrypted); _pack_hash($hash_type, $self->{'cipher'}, $subtype, $to, $cost, $salt, $encrypted) } } // $input |