|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
69
 | 
 0  | 
 1  | 
 if ($http_method eq 'GET') { }
  | 
 
| 
 | 
 1  | 
 0  | 
 elsif ($http_method eq 'POST') { }
  | 
 
| 
85
 | 
 0  | 
 0  | 
 if (ref $request_body and keys %$request_body > 0)
  | 
 
| 
100
 | 
 1  | 
 0  | 
 if ref $request_body
  | 
 
| 
104
 | 
 1  | 
 0  | 
 if defined $customer_id
  | 
 
| 
118
 | 
 1  | 
 0  | 
 if ($http_method eq "POST")
  | 
 
| 
119
 | 
 1  | 
 0  | 
 defined $request_body ? :
  | 
 
| 
129
 | 
 0  | 
 1  | 
 unless ($auth_handler)
  | 
 
| 
130
 | 
 0  | 
 0  | 
 $api_client->get_die_on_faults ? :
  | 
 
| 
141
 | 
 0  | 
 1  | 
 if utf8::is_utf8($http_request)
  | 
 
| 
147
 | 
 1  | 
 0  | 
 $http_timeout ? :
  | 
 
| 
154
 | 
 1  | 
 0  | 
 $http_retry_timing ? :
  | 
 
| 
164
 | 
 1  | 
 0  | 
 $proxy ? :
  | 
 
| 
173
 | 
 1  | 
 0  | 
 if ($content_callback) { }
  | 
 
| 
176
 | 
 1  | 
 0  | 
 if ($http_response->is_error)
  | 
 
| 
202
 | 
 0  | 
 1  | 
 if ($@)
  | 
 
| 
203
 | 
 0  | 
 0  | 
 $api_client->get_die_on_faults ? :
  | 
 
| 
212
 | 
 1  | 
 0  | 
 $response_content ? :
  | 
 
| 
215
 | 
 0  | 
 1  | 
 if ($http_response->is_success) { }
  | 
 
| 
217
 | 
 0  | 
 0  | 
 if $response_type
  | 
 
| 
220
 | 
 0  | 
 1  | 
 $api_client->get_die_on_faults ? :
  | 
 
| 
248
 | 
 1  | 
 0  | 
 if $login_customer_id
  | 
 
| 
252
 | 
 1  | 
 0  | 
 if $linked_customer_id
  |