line |
true |
false |
branch |
87
|
0 |
0 |
unless (defined $params) |
97
|
0 |
0 |
$iron_action->{'paged'} ? : |
98
|
0 |
0 |
$iron_action->{'per_page'} ? : |
100
|
0 |
0 |
if (exists $iron_action->{'url_params'} and ref $iron_action->{'url_params'} eq 'HASH') |
103
|
0 |
0 |
if ($$params{'{' . $_ . '}'}) |
109
|
0 |
0 |
if ($url_params) |
140
|
0 |
0 |
defined $iron_action->{'url_escape'} ? : |
142
|
0 |
0 |
if (defined $params->{$field_name}) |
147
|
0 |
0 |
if ($paged) { } |
155
|
0 |
0 |
$href =~ /\?/gsx ? : |
160
|
0 |
0 |
if $return_type_def eq 'LIST' and defined $list_hash_key |
163
|
0 |
0 |
if (scalar @{$return_list;} == 0 or @{$return_list;} < $per_page) |
177
|
0 |
0 |
unless &blessed($_) and $_->can('rethrow') |
178
|
0 |
0 |
if ($_->isa('IronHTTPCallException')) { } |
179
|
0 |
0 |
if ($_->status_code == $HTTP_CODE_SERVICE_UNAVAILABLE) { } |
181
|
0 |
0 |
if $retry == 1 |
216
|
0 |
0 |
$params->{'content_type'} ? : |
219
|
0 |
0 |
if ($content_type =~ /multipart/is) { } |
220
|
0 |
0 |
$params->{'body'} ? : |
245
|
0 |
0 |
$params->{'body'} ? : |
250
|
0 |
0 |
if &looks_like_number($body_content->{$_}) |
267
|
0 |
0 |
if ($client->responseCode >= $HTTP_CODE_OK_MIN and $client->responseCode <= $HTTP_CODE_OK_MAX) { } |
271
|
0 |
0 |
if (defined $params->{'return_type'} and $params->{'return_type'} eq 'BINARY') { } |
|
0 |
0 |
elsif (defined $params->{'return_type'} and $params->{'return_type'} eq 'PLAIN_TEXT') { } |
274
|
0 |
0 |
if ($client->responseHeader('Content-Disposition') =~ /filename=(.+)$/s) |
275
|
0 |
0 |
$1 ? : |
294
|
0 |
0 |
$decoded_body_content ? : |