| blib/lib/Date/Easter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 114 | 1 | 5 | if ($epakti > 23) { } |
| 118 | 1 | 5 | if ($month == 4 and $fullmoon > 30) { } |
| 5 | 0 | elsif ($month == 3 and $fullmoon > 31) { } | |
| 129 | 0 | 6 | if ($month == 3 and $easter > 31) { } |
| 0 | 7 | elsif ($month == 4 and $easter > 30) { } |