blib/lib/HTTP/API/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 39 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
296 | 0 | 0 | 0 | $retry_count and $retry |
306 | 0 | 0 | 0 | $debug{'response_if_fail'} and $response->is_success |
460 | 0 | 0 | 0 | defined $default_value && length $default_value |
line | l | !l | condition |
---|---|---|---|
129 | 0 | 0 | $HTTP::API::Client::VERSION || -1 |
202 | 0 | 0 | $ENV{'RETRY_FAIL_STATUS'} || '' |
212 | 0 | 0 | $ENV{'HTTP_TIMEOUT'} || 60 |
273 | 0 | 0 | shift() || 'GET' |
275 | 0 | 0 | shift() || {} |
276 | 0 | 0 | shift() || {} |
350 | 0 | 0 | $last_response || '{}' |
361 | 0 | 0 | $self->last_response->decoded_content || '' |
375 | 0 | 0 | shift() || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
294 | 0 | 0 | 0 | $debug{'in_out'} or $debug{'send_out'} |
303 | 0 | 0 | 0 | $debug{'in_out'} || $debug{'response'} |
382 | 0 | 0 | 0 | $self->username or $self->password |
386 | 0 | 0 | 0 | $headers->{'authorization'} ||= $self->auth_token |