Branch Coverage

blib/lib/Parse/WWWAuthenticate.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
29 41 17 unless (defined $challenge_check)
35 5 53 unless (defined $value)
40 1 24 if ($challenge eq 'Basic' and $lc_key eq 'realm' and exists $challenges[-1]{'params'}{$lc_key})
51 1 39 if ($challenge->{'name'} eq 'Basic' and not exists $challenge->{'params'}{'realm'})