blib/lib/Password/OWASP/AbstractBase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 18 | 100.0 |
line | true | false | branch |
---|---|---|---|
52 | 3 | 12 | if $ppr->match($self->prehash_password($given)) |
54 | 3 | 19 | if $ok |
55 | 12 | 7 | if $self->check_legacy_password($given, $want) |
64 | 3 | 9 | if $ppr->match($self->_prehash_password($given)) |
65 | 3 | 6 | if $ppr->match($given) |
67 | 6 | 13 | if ($ok) |
76 | 7 | 6 | unless $ok |
91 | 3 | 18 | if ($self->hashing eq "none") |
117 | 9 | 3 | unless $self->has_update_method |