| blib/lib/App/Raps2/Password.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 12 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 19 | 2 | 6 | unless (defined $conf{'salt'}) | 
| 23 | 2 | 6 | if (length $conf{'salt'} != 16) | 
| 27 | 2 | 4 | unless (defined $conf{'passphrase'} and length $conf{'passphrase'}) | 
| 50 | 4 | 2 | if (defined $salt) | 
| 51 | 3 | 1 | if (length $salt != 16) | 
| 107 | 3 | 1 | if ($testhash eq $myhash) |