Branch Coverage

blib/lib/Catalyst/ActionRole/OAuth2/ProtectedResource.pm
Criterion Covered Total %
branch 3 4 75.0


line true false branch
13 2 3 unless my $auth = $c->req->header('Authorization')
20 3 0 if ($is_valid and my $token_obj = $controller->store->verify_client_token($token))