| blib/lib/Crypt/Passwd/XS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 11 | 2 | 23 | unless $salt |
| 13 | 2 | 21 | if ($crypt_type eq '$1$') { } |
| 7 | 14 | elsif ($crypt_type eq '$6$') { } | |
| 7 | 7 | elsif ($crypt_type eq '$5$') { } | |
| 6 | 1 | elsif (substr($salt, 0, 1) ne '$') { } | |
| 1 | 0 | elsif (substr($salt, 0, 6) eq '$apr1$') { } |