| blib/lib/OAuth/Lite2/Server/GrantHandler/AuthorizationCode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 0 | 0 | 7 | $auth_info and $auth_info->isa('OAuth::Lite2::Model::AuthInfo') |
| 42 | 0 | 1 | 5 | $auth_info->redirect_uri and $auth_info->redirect_uri eq $redirect_uri |
| 47 | 1 | 1 | 1 | $server_state and $server_state eq $auth_info->server_state |
| 56 | 0 | 0 | 2 | $access_token and $access_token->isa('OAuth::Lite2::Model::AccessToken') |