| blib/lib/Date/Easter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 118 | 5 | 0 | 1 | $month == 4 and $fullmoon > 30 |
| 0 | 0 | 5 | $month == 3 and $fullmoon > 31 | |
| 129 | 6 | 0 | 0 | $month == 3 and $easter > 31 |
| 1 | 5 | 0 | $month == 4 and $easter > 30 |