blib/lib/Crypt/Passphrase/PBKDF2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 1 | unless exists $param_for_type{$type} |
56 | 0 | 3 | unless my($type, $iterations, $salt64, $hash64) = $hash =~ /$decode_regex/x |
57 | 2 | 1 | if $type ne $self->{'type'} or $iterations < $self->{'iterations'} |
58 | 0 | 1 | if length ab64_decode($salt64) < $self->{'salt_size'} |
69 | 0 | 3 | unless my($type, $iterations, $salt64, $hash64) = $hash =~ /$decode_regex/x |
70 | 0 | 3 | unless exists $param_for_type{$type} |