| blib/lib/Catalyst/Authentication/Credential/Password.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 13 | 23.0 |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 7 | 0 | $self->_config->{'password_field'} ||= "password" |
| 23 | 7 | 0 | $self->_config->{'password_type'} ||= "clear" |
| 24 | 0 | 7 | $self->_config->{'password_hash_type'} ||= "SHA-1" |
| 83 | 0 | 0 | $self->_config->{'password_pre_salt'} || '' |
| 85 | 0 | 0 | $self->_config->{'password_post_salt'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | $computed eq $storedpassword || unpack('H*', $computed) eq $storedpassword || $b64computed eq $storedpassword || $b64computed . '=' eq $storedpassword |