| blib/lib/WWW/PayPal/Role/HTTP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 13 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 64 | 0 | 0 | 0 | $self->_access_token and time < $self->_token_expires_at |
| 100 | 0 | 0 | 0 | length $body and $body =~ /\A\s*[\{\[]/ |
| line | l | !l | condition |
|---|---|---|---|
| 58 | 0 | 0 | $data->{'expires_in'} // 0 |
| 86 | 0 | 0 | $args{'content_type'} || 'application/json' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 106 | 0 | 0 | 0 | $data->{'message'} || $data->{'error_description'} || $data->{'error'} || $res->status_line |