| blib/lib/Authen/DigestMD5.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 28 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 0 | 0 | unless defined $v |
| 17 | 0 | 0 | if ($quote{$k}) |
| 33 | 0 | 0 | if ($v =~ /^"(.*)"$/) |
| 51 | 0 | 0 | if @_ & 1 |
| 54 | 0 | 0 | if defined $input |
| 71 | 0 | 0 | unless defined $str |
| 92 | 0 | 0 | wantarray ? : |
| 131 | 0 | 0 | if $_ =~ /^[a-z]/i |
| 140 | 0 | 0 | if exists $$req{$k} |
| 144 | 0 | 0 | if (exists $$req{'qop'}) |
| 146 | 0 | 0 | if (grep {$_ eq 'auth-int';} @qop) { } |
| 0 | 0 | elsif (grep {$_ eq 'auth';} @qop) { } | |
| 162 | 0 | 0 | if exists $$this{'nonce'} |
| 173 | 0 | 0 | if defined $pair{'qop'} and $pair{'qop'} =~ /^auth-(conf|int)$/ |