| line | l | !l&&r | !l&&!r | condition | 
 
| 152 | 0 | 0 | 2 | $response->code == 400 or $response->code == 403 | 
 
| 175 | 0 | 0 | 2 | $spec->{'raw_body'} or $args->{'raw_body'} | 
 
| 231 | 1 | 0 | 1 | $request->{'_method'} eq 'GET' or $request->{'_content'} | 
 
| 257 | 0 | 0 | 0 | $opts{'access_key_id'} ||= $xmlconfig->{'access_key_id'} | 
 
| 258 | 0 | 0 | 0 | $opts{'secret_key'} ||= $xmlconfig->{'secret_key'} | 
 
| 259 | 0 | 0 | 0 | $opts{'merchant_id'} ||= $xmlconfig->{'merchant_id'} | 
 
| 260 | 0 | 0 | 0 | $opts{'marketplace_id'} ||= $xmlconfig->{'marketplace_id'} | 
 
| 261 | 0 | 0 | 0 | $opts{'endpoint'} ||= $xmlconfig->{'endpoint'} | 
 
| 262 | 0 | 0 | 0 | $opts{'debug'} ||= $xmlconfig->{'debug'} | 
 
| 263 | 0 | 0 | 0 | $opts{'logfile'} ||= $xmlconfig->{'logfile'} |