Branch Coverage

blib/lib/Date/Leapyear.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
38 8 753 if $year % 400 == 0
39 24 729 if $year % 100 == 0
40 724 5 if $year % 4 == 0