blib/lib/DateTime/Event/ICal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 27 | 74.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
120 | 9 | 0 | 1 | exists $args{'bymonth'} and not exists $args{'bymonthday'} |
233 | 6 | 2 | 8 | not exists $by{'days'} and exists $args{'byday'} |
567 | 6 | 1 | 1 | exists $args{'bymonth'} and $args{'interval'} == 1 |
644 | 0 | 67 | 0 | $base_set && $by_year_day |
647 | 0 | 63 | 4 | $base_set && $by_month_day |
650 | 0 | 66 | 1 | $base_set && $by_week_day |
653 | 0 | 64 | 3 | $base_set && $by_hour |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
598 | 3 | 1 | 63 | exists $args{'bymonthday'} or exists $args{'bymonth'} |
615 | 1 | 0 | 66 | exists $args{'byday'} or exists $args{'byweekno'} |