Condition Coverage

lib/Date/Holidays.pm
Criterion Covered Total %
condition 8 21 38.1


and 3 conditions

line !l l&&!r l&&r condition
47 0 0 257 $self and $self->{'_inner_class'}
0 0 257 $self and $self->{'_inner_class'} and $self->{'_inner_class'}->can("new")
215 8 0 0 $precedent_calendar and $precedent_calendar ne $country

or 3 conditions

line l !l&&r !l&&!r condition
20 0 257 0 ref $class || $class
256 257 0 0 $self->{'_countrycode'} or $params->{'countrycode'}
260 257 0 0 $params->{'countrycode'} || $self->{'_countrycode'}
266 4 250 0 $countrycode =~ /\Alocal\Z/imsx or code2country($countrycode)