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