| blib/lib/WebService/Akeneo/Auth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 17 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 0 | 0 | 0 | $token and &WebService::Akeneo::Auth::time() < $expires_at - 30 |
| line | l | !l | condition |
|---|---|---|---|
| 30 | 0 | 0 | $res->body // "" |
| 31 | 0 | 0 | $j->{'expires_in'} // 3600 |
| 47 | 0 | 0 | $res->body // "" |
| 48 | 0 | 0 | $j->{'expires_in'} // 3600 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 0 | 0 | 0 | $j->{'refresh_token'} // $refresh |
| 48 | 0 | 0 | 0 | $j->{'refresh_token'} // $refresh |