Branch Coverage

blib/lib/LWP/Authen/Digest.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
17 0 8 unless length $uri
28 8 0 if ($auth_param->{'qop'})
29 0 8 $auth_param->{'qop'} =~ /^auth[,;]auth-int$/ ? :
43 8 0 if (($auth_param->{'qop'} || '') =~ /^auth([,;]auth-int)?$/)
48 2 6 if ($request->method =~ /^(?:POST|PUT)$/)
60 8 74 unless defined $resp{$_}
63 16 58 if ($_ eq 'qop' or $_ eq 'nc') { }