| blib/lib/OIDC/Client/Role/ClientAuthenticationHelper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 14 | 92.8 |
| line | true | false | branch |
|---|---|---|---|
| 43 | 10 | 16 | if ($method eq 'client_secret_basic') { } |
| 8 | 8 | elsif ($method eq 'client_secret_post') { } | |
| 3 | 5 | elsif ($method eq 'client_secret_jwt') { } | |
| 4 | 1 | elsif ($method eq 'private_key_jwt') { } | |
| 1 | 0 | elsif ($method eq 'none') { } | |
| 89 | 4 | 3 | $use_private_key ? : |
| 92 | 4 | 3 | $use_private_key ? : |