blib/lib/Locale/Country/OFAC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | l | !l | condition |
---|---|---|---|
139 | 10 | 26 | defined $country_sanction && !ref($country_sanction) || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
136 | 36 | 0 | 0 | shift() || croak('get_sanction_by_code requires country code') |
143 | 35 | 1 | 0 | shift() || croak('is_region_sanctioned requires country code') |
144 | 34 | 1 | 0 | shift() || croak('is_region_sanctioned requires zip code') |
159 | 11 | 1 | 0 | shift() || croak('is_division_sanctioned requires country code') |
160 | 10 | 1 | 0 | shift() || croak('is_division_sanctioned requires division') |