| blib/lib/OIDC/Client/Role/ConfigurationChecker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 10 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 91 | 54 | 6 | unless $self->config->{'audience_alias'} |
| 96 | 1 | 58 | if (my(@duplicates_audiences) = &duplicates(@possible_audiences)) |
| 101 | 0 | 7 | unless $config_audience_alias{$audience_alias} |
| 112 | 1 | 57 | if ($self->store_mode eq "cache") |
| 114 | 1 | 0 | unless ($grant_type eq "client_credentials" or $grant_type eq "password") |