line |
l |
!l |
condition |
76
|
7 |
1 |
$args{'ofac_sdn_url'} || 'https://www.treasury.gov/ofac/downloads/sdn_xml.zip'
|
|
7 |
1 |
$args{'ofac_consolidated_url'} || 'https://www.treasury.gov/ofac/downloads/consolidated/consolidated.xml'
|
|
8 |
0 |
$args{'hmt_url'} || 'https://ofsistorage.blob.core.windows.net/publishlive/ConList.csv'
|
122
|
9975 |
773 |
country2code($value) // ""
|
242
|
17367 |
15681 |
$entry->{$parent}{$child} // []
|
254
|
2969 |
2539 |
$entry->{'akaList'}{'aka'} // []
|
255
|
9092 |
5508 |
$_->{'category'} // "strong"
|
256
|
12807 |
33 |
$_->{'firstName'} // ""
|
|
12840 |
0 |
$_->{'lastName'} // ""
|
275
|
4059 |
1449 |
$entry->{'idList'}{'id'} // []
|
376
|
44 |
68 |
$entry->{$_} //= []
|
381
|
28 |
0 |
$entry->{'nameAlias'} // []
|
383
|
0 |
0 |
$_->{'-firstName'} // ""
|
|
0 |
0 |
$_->{'-lastName'} // ""
|
415
|
4 |
0 |
$ref->{'-generationDate'} // ""
|
416
|
4 |
0 |
$date_parts[0] // ""
|
438
|
0 |
8 |
$args{'retries'} // 3
|
500
|
8 |
0 |
$retries //= 3
|
525
|
2 |
6 |
$entries // die("An error occurred while fetching data from '${src_url}' due to $error_log")
|