| blib/lib/Locale/Country/OFAC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 146 | 33 | 1 | if (defined $sanctioned_country_codes{uc $country}) |
| 148 | 32 | 1 | if (ref $zipcodes eq 'ARRAY') |
| 149 | 16 | 16 | if (grep {$_ eq $zip;} @$zipcodes) |
| 162 | 8 | 2 | if (defined $sanctioned_country_divisions{uc $country}) |
| 165 | 8 | 0 | if (ref $divisions eq 'ARRAY') |
| 166 | 4 | 4 | if (grep {$_ eq $division;} @$divisions) |