Branch Coverage

blib/lib/Locale/Country/EU.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
229 0 0 @_ == 1 && is_hash_ref($_[0]) ? :
232 0 0 unless $args{'country'}
235 0 0 if $args{'exclude'} and not is_array_ref($args{'exclude'})
243 0 0 unless ($include_EFTA)
244 0 0 if ($country->{'EFTA-member'})
250 0 0 if (length $exclude_arr > 0)
253 0 0 if (grep {/$elt/u;} @country_values)
259 0 0 if ($should_exclude)
266 0 0 if (ref $value eq 'ARRAY')
267 0 0 if (grep {/^$check_country$/u;} @{$value;})
272 0 0 if ($value eq $check_country)
282 0 0 @_ == 1 && is_hash_ref($_[0]) ? :
285 0 0 if $args{'exclude'} and not is_array_ref($args{'exclude'})
291 0 0 if ($data_key and not grep({$data_key eq $_;} @{$ISO_CODES;}))
300 0 0 unless ($include_EFTA)
301 0 0 if ($country->{'EFTA-member'})
307 0 0 if (length $exclude_arr > 0)
310 0 0 if (grep {/$elt/u;} @country_values)
316 0 0 if ($should_exclude)
321 0 0 if ($data_key) { }