blib/lib/Parse/WWWAuthenticate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
29 | 41 | 17 | unless (defined $challenge_check) |
34 | 5 | 53 | unless (defined $value) |
35 | 5 | 0 | unless (exists $challenges{$challenge}) |
42 | 1 | 24 | if ($challenge eq 'Basic' and $lc_key eq 'realm' and exists $challenges{$challenge}{$lc_key}) |
52 | 1 | 30 | if (exists $challenges{'Basic'} and not exists $challenges{'Basic'}{'realm'}) |