blib/lib/Crypt/PBE/PBKDF2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 14 | 42.8 |
line | true | false | branch |
---|---|---|---|
170 | 0 | 52 | unless (defined $hmac_length{$PRF}) |
176 | 0 | 52 | if ($dkLen > 4294967295 * $hLen) |
180 | 37 | 15 | $dkLen > 0 ? : |
191 | 37 | 15 | if ($dkLen > 0) |
261 | 0 | 0 | if ($hmac eq 'sha224' or $hmac eq 'sha384') |
271 | 0 | 0 | if $hmac eq 'sha256' |
272 | 0 | 0 | if $hmac eq 'sha512' |