| blib/lib/Net/OAuth2/Scheme/Mixin/HMac.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 41 | 0 | 0 | if ($self->is_resource_server) |
| 50 | 0 | 0 | if grep {not defined $_;} my($id, $nonce, $mac) = @attr{'id', 'nonce', 'mac'} |
| 51 | 0 | 0 | defined $attr{'ext'} ? : |
| 55 | 0 | 0 | $uri->scheme eq 'https' ? : |
| 61 | 0 | 0 | if ($self->is_client) |
| 70 | 0 | 0 | unless hmac_name_to_len_fn($params->{'mac_algorithm'}) |
| 80 | 0 | 0 | defined $o{$_} ? : |
| 82 | 0 | 0 | if @missing |
| 85 | 0 | 0 | unless my(undef, $alg_fn) = hmac_name_to_len_fn($alg) |
| 93 | 0 | 0 | $uri->scheme eq 'https' ? : |
| 101 | 0 | 0 | length $ext ? : |