| blib/lib/DateTime/Calendar/Discordian.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 25 | 27 | 92.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 184 | 1 | 1 | 205 | $day > 0 and $day < 74 |
| 232 | 203 | 7 | 2 | $args{'day'} eq q[St. Tib's Day] and not _is_leap_year($args{'year'} - 1166) |
| 564 | 67 | 1 | 7 | $day % 10 == 1 and $day != 11 |
| 565 | 60 | 1 | 7 | $day % 10 == 2 and $day != 12 |
| 566 | 53 | 1 | 7 | $day % 10 == 3 and $day != 13 |
| 609 | 0 | 1 | 102 | $yr % 4 == 0 && $c != 100 && $c != 200 && $c != 300 |
| 639 | 70 | 1 | 3 | $d4 == 60 and _is_leap_year($year - 1166) |
| 650 | 16 | 31 | 24 | $d4 > 60 and _is_leap_year($year - 1166) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 518 | 3 | 0 | 45 | $$self{'day'} eq q[St. Tib's Day] || $$self{'day'} != 5 && $$self{'day'} != 50 |