blib/lib/LWP/Authen/Digest.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 8 | unless length $uri |
30 | 8 | 0 | if ($auth_param->{'qop'}) |
31 | 0 | 8 | $auth_param->{'qop'} =~ /^auth[,;]auth-int$/ ? : |
45 | 8 | 0 | if (($auth_param->{'qop'} || '') =~ /^auth([,;]auth-int)?$/) |
50 | 2 | 6 | if ($request->method =~ /^(?:POST|PUT)$/) |
62 | 8 | 74 | unless defined $resp{$_} |
65 | 16 | 58 | if ($_ eq 'qop' or $_ eq 'nc') { } |