blib/lib/Authen/HTTP/Signature/Method/HMAC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 12 | 50.0 |
line | true | false | branch |
---|---|---|---|
83 | 7 | 0 | if ($n) |
97 | 4 | 3 | if ($algo =~ /sha1/) { } |
3 | 0 | elsif ($algo =~ /sha256/) { } | |
0 | 0 | elsif ($algo =~ /sha512/) { } | |
107 | 0 | 7 | unless defined $digest and length $digest |
156 | 0 | 4 | unless $candidate |