Condition Coverage

blib/lib/Parse/WWWAuthenticate.pm
Criterion Covered Total %
condition 9 9 100.0


and 3 conditions

line !l l&&!r l&&r condition
40 22 6 25 $challenge eq 'Basic' and $lc_key eq 'realm'
28 24 1 $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'}