| blib/lib/Authen/NZRealMe/LogonStrength.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 18 | 88.8 |
| line | true | false | branch |
|---|---|---|---|
| 36 | 19 | 15 | if $word_to_urn{$urn} |
| 38 | 15 | 19 | unless (exists $strength_score{$urn}) |
| 40 | 0 | 15 | if @match == 0 |
| 41 | 0 | 15 | if @match > 1 |
| 63 | 10 | 17 | if $required_urn eq $provided_urn |
| 67 | 4 | 13 | if $required_urn eq 'urn:nzl:govt:ict:stds:authn:deployment:GLS:SAML:2.0:ac:classes:ModStrength' and $provided_score == 20 |
| 69 | 5 | 8 | if ($match eq 'minimum') { } |
| 1 | 7 | elsif ($match ne 'exact') { } | |
| 70 | 3 | 2 | if $provided_score > $required_score |