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