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