blib/lib/Time/DaysInMonth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 10 | 10.0 |
line | true | false | branch |
---|---|---|---|
36 | 10 | 0 | unless $month == 2 |
37 | 0 | 0 | unless &is_leap($year) |
44 | 0 | 0 | unless $year % 4 == 0 |
45 | 0 | 0 | unless $year % 100 == 0 |
46 | 0 | 0 | unless $year % 400 == 0 |