| blib/lib/Parse/WWWAuthenticate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 42 | 22 | 6 | 25 | $challenge eq 'Basic' and $lc_key eq 'realm' |
| 28 | 25 | 0 | $challenge eq 'Basic' and $lc_key eq 'realm' and exists $challenges{$challenge}{$lc_key} | |
| 52 | 7 | 23 | 1 | exists $challenges{'Basic'} and not exists $challenges{'Basic'}{'realm'} |