lib/Date/Holidays.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 21 | 23.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
48 | 0 | 0 | 3 | $self and $self->{'_inner_class'} |
0 | 0 | 3 | $self and $self->{'_inner_class'} and $self->{'_inner_class'}->can("new") | |
216 | 0 | 0 | 0 | $precedent_calendar and $precedent_calendar ne $country |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 0 | 3 | 0 | ref $class || $class |
257 | 3 | 0 | 0 | $self->{'_countrycode'} or $params->{'countrycode'} |
261 | 3 | 0 | 0 | $params->{'countrycode'} || $self->{'_countrycode'} |
267 | 0 | 0 | 0 | $countrycode =~ /\Alocal\Z/imsx or code2country($countrycode) |