lib/Crypt/Password.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
222 | 0 | 1 | 0 | not $definitely_crypt and $self->_looks_crypted($self->{'input'}) |
line | l | !l | condition |
---|---|---|---|
165 | 4 | 0 | $flav_dispatch->{$crypt_flav} || die() |
229 | 1 | 0 | shift() || (return) |
307 | 0 | 21 | $_[1] || 8 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
214 | 0 | 0 | 1 | $self->{'crypted'} ||= $self->_crypt |