Condition Coverage

blib/lib/HTTP/API/Client.pm
Criterion Covered Total %
condition 13 33 39.3


and 3 conditions

line !l l&&!r l&&r condition
412 0 0 0 $retry_count and $retry
422 0 0 0 $debug{'response_if_fail'} and $response->is_success
798 51 28 291 defined $default && length $default

or 3 conditions

line l !l&&r !l&&!r condition
410 0 0 0 $debug{'in_out'} or $debug{'send_out'}
555 0 0 2 $o{'skip_headers'}{$key} or not exists $headers->{$key}
0 0 2 $o{'skip_headers'}{$key} or not exists $headers->{$key} or not defined $headers->{$key}
585 1 0 9 $u or $p
650 0 0 14 $o{'skip_key'}{$key} or not exists $data->{$key}
0 0 14 $o{'skip_key'}{$key} or not exists $data->{$key} or not defined $data->{$key}
719 1 0 40 $o{'skip_key'}{$key} or not exists $data->{$key}
1 0 40 $o{'skip_key'}{$key} or not exists $data->{$key} or not defined $data->{$key}