| blib/lib/Crypt/Argon2.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 6 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 0 | 7 | unless my($name, $version, $m_got, $t_got, $parallel_got, $salt, $hash) = $encoded =~ /$regex/x |
| 31 | 2 | 3 | if $name ne $type or $version != 19 or $t_got != $t_cost or $m_got != $m_cost or $parallel_got != $parallelism |
| 32 | 2 | 1 | if int "0.75" * length($salt) != $salt_length or int "0.75" * length($hash) != $output_length |