| blib/lib/Crypt/Passphrase/System.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 0 | 1 | 0 | $args{'type'} // $default |
| 41 | 0 | 0 | 0 | $args{'salt_size'} // $algorithm{$type}{'salt_size'} |
| 44 | 1 | 0 | 0 | $algorithm{$type}{'settings'} // croak("No such crypt type $type known") |
| 45 | 0 | 1 | 0 | $args{'salt_size'} // $algorithm{$type}{'salt_size'} |
| 94 | 1 | 2 | 0 | $hash =~ /$descrypt/x || $self->SUPER::accepts_hash($hash) |