blib/lib/DateTime/Event/ICal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 27 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
121 | 9 | 0 | 1 | exists $args{'bymonth'} and not exists $args{'bymonthday'} |
235 | 6 | 10 | 0 | 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 | 0 | 64 | exists $args{'bymonthday'} or exists $args{'bymonth'} |
615 | 1 | 0 | 66 | exists $args{'byday'} or exists $args{'byweekno'} |