| blib/lib/Password/Policy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 13 | 15.3 |
| line | l | !l | condition |
|---|---|---|---|
| 29 | 1 | 2 | $args{'previous'} || [] |
| 88 | 0 | 0 | shift() || 'default' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 90 | 0 | 0 | 0 | $$rules{$profile} || 'Password::Policy::Exception::InvalidProfile'->throw |
| 96 | 0 | 0 | 0 | $$args{'password'} || 'Password::Policy::Exception::EmptyPassword'->throw |
| 99 | 0 | 0 | 0 | $$rules{'algorithm'} || 'Password::Policy::Exception::NoAlgorithm'->throw |