Condition Coverage

lib/Date/Holidays/Adapter.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

line !l l&&!r l&&r condition
41 0 0 0 $self->{'_adaptee'}->can("new") and $self->isa("Date::Holidays::Adapter")
94 0 0 224 $self->{'_adaptee'}->can("new") and $self->isa("Date::Holidays::Adapter")

or 3 conditions

line l !l&&r !l&&!r condition
20 479 0 0 $class || ref $class
185 250 0 227 $self->{'_countrycode'} or $params->{'countrycode'}
189 250 0 0 $params->{'countrycode'} || $self->{'_countrycode'}
195 0 247 0 $countrycode =~ /local/i or code2country($countrycode)