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