blib/lib/Date/Easter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
113 | 0 | 6 | if $year < 1583 |
118 | 3 | 3 | if $fullmoon < -10 |
124 | 1 | 5 | if ($fullmoon > 30) { } |
0 | 5 | elsif ($fullmoon <= 0) { } | |
136 | 0 | 6 | if ($month == 3 and $easter > 31) { } |
0 | 7 | elsif ($month == 4 and $easter > 30) { } |