blib/lib/CatalystX/OAuth2/Request/RequestAuth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
23 | 2 | 1 | $self->has_state ? : |
25 | 0 | 3 | unless $self->response_type eq 'code' |
37 | 0 | 3 | unless my $client = $store->find_client($self->client_id) |
45 | 0 | 3 | if $self->enable_client_secret |
56 | 0 | 3 | unless $client->endpoint eq $self->redirect_uri |