| blib/lib/Authen/Passphrase/MD5Crypt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 154 | 0 | 0 | 7 | exists $$self{'hash_base64'} or defined $passphrase |
| 162 | 0 | 0 | 2 | exists $$self{'hash_base64'} or defined $passphrase |
| 247 | 0 | 0 | 28 | $$self{'salt'} =~ /[^\!-\#\%-9\;-\~]/ or length $$self{'salt'} > 8 |
| 263 | 0 | 0 | 10 | $$self{'salt'} =~ /[^\!-\#\%-9\;-\~]/ or length $$self{'salt'} > 8 |