| blib/lib/Google/Cloud/Speech/Auth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 0 | 0 | if ($res->is_success and $res->json('/access_token')) |
| 60 | 0 | 0 | unless my $token = $self->token |
| 61 | 0 | 0 | unless my $jwt = $self->jwt_token |
| 63 | 0 | 0 | unless my $expires_in = $self->jwt_token->issue_at + $self->jwt_token->expires_in |
| 65 | 0 | 0 | unless time < $expires_in - 10 |