| blib/lib/DateTime/TimeZone/OlsonDB/Observance.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 31 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 151 | 0 | 0 | 0 | $rule->max_year and $rule->max_year > $max_rule_year |
| 168 | 0 | 0 | 0 | $self->utc_start_datetime and $dt <= $self->utc_start_datetime |
| 174 | 0 | 0 | 0 | $until and $dt >= $until |
| 345 | 0 | 0 | 0 | $rule->max_year and $rule->max_year < $y |
| 381 | 0 | 0 | 0 | $next_dt and $next_dt < $date |
| 387 | 0 | 0 | 0 | $next_dt and $DateTime::TimeZone::OlsonDB::DEBUG |
| 390 | 0 | 0 | 0 | not $next_dt and $DateTime::TimeZone::OlsonDB::DEBUG |
| line | l | !l | condition |
|---|---|---|---|
| 18 | 0 | 0 | $p{'until'} ||= "" |
| 20 | 0 | 0 | $p{$_} ||= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 216 | 0 | 0 | 0 | not $_->max_year or $_->max_year >= $year |
| 243 | 0 | 0 | 0 | shift() || $self->offset_from_std |