| blib/lib/Locale/Country/EU.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 23 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 229 | 0 | 0 | 0 | @_ == 1 && is_hash_ref($_[0]) | 
| 235 | 0 | 0 | 0 | $args{'exclude'} and not is_array_ref($args{'exclude'}) | 
| 282 | 0 | 0 | 0 | @_ == 1 && is_hash_ref($_[0]) | 
| 285 | 0 | 0 | 0 | $args{'exclude'} and not is_array_ref($args{'exclude'}) | 
| 291 | 0 | 0 | 0 | $data_key and not grep({$data_key eq $_;} @{$ISO_CODES;}) | 
| line | l | !l | condition | 
|---|---|---|---|
| 237 | 0 | 0 | $args{'include_efta'} // 0 | 
| 238 | 0 | 0 | $args{'exclude'} // [] | 
| 287 | 0 | 0 | $args{'include_efta'} // 0 | 
| 288 | 0 | 0 | $args{'exclude'} // [] |