Branch Coverage

blib/lib/Date/MSAccess.pm
Criterion Covered Total %
branch 5 16 31.2


line true false branch
98 104 0 if ($date > $days_per_year)
107 1 0 if leap_year($year)
117 0 0 if ($day > $days_per_month)
125 1 0 if length $month == 1
126 1 0 if length $day == 1
130 1 0 $year > 1980 && $year < 2038 && $month >= 1 && $month <= 12 && $day >= 1 && $day <= 31 ? :
147 0 0 if (exists $arg{$arg_name}) { }
0 0 elsif ($caller_is_obj) { }