blib/lib/Parse/WWWAuthenticate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 9 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
40 | 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[-1]{'params'}{$lc_key} | |
51 | 16 | 23 | 1 | $challenge->{'name'} eq 'Basic' and not exists $challenge->{'params'}{'realm'} |