|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
119
 | 
 0  | 
 0  | 
 unless my(@symbols) = @_
  | 
 
| 
137
 | 
 0  | 
 0  | 
 unless ($response->is_success)
  | 
 
| 
143
 | 
 0  | 
 0  | 
 unless ($response->header("content-type") =~ m[application/json]i)
  | 
 
| 
158
 | 
 0  | 
 0  | 
 if ($@)
  | 
 
| 
168
 | 
 0  | 
 0  | 
 if (defined $data->[0]{'Info'}{'Errors'})
  | 
 
| 
172
 | 
 0  | 
 0  | 
 if ($data->[0]{'Info'}{'Errors'}[0]{'ERROR_CODE'} eq 'IDMS') { }
  | 
 
| 
184
 | 
 0  | 
 0  | 
 if defined $data->[0]{'Info'}{'ID'}
  | 
 
| 
185
 | 
 0  | 
 0  | 
 if defined $data->[0]{'BasicV1'}{'NAME_SECURITY'}
  | 
 
| 
189
 | 
 0  | 
 0  | 
 if defined $quote->{'HIGH'} and defined $quote->{'LOW'}
  | 
 
| 
192
 | 
 0  | 
 0  | 
 if defined $quote->{'HIGH_PRICE_1_YEAR'} and defined $quote->{'LOW_PRICE_1_YEAR'}
  | 
 
| 
200
 | 
 0  | 
 0  | 
 if defined $quote->{$cbkey}
  | 
 
| 
203
 | 
 0  | 
 0  | 
 unless defined $quote->{'DATETIME_PRICE'}
  | 
 
| 
207
 | 
 0  | 
 0  | 
 unless (defined $info{join $;, $symbol, "last"})
  | 
 
| 
218
 | 
 0  | 
 0  | 
 wantarray ? :
  |