Branch Coverage

blib/lib/Date/Converter/Gregorian.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
17 0 0 unless defined $f
19 0 0 if ymd_check(\$y, \$m, \$d)
73 0 0 if ym_check($y_ref, $m_ref)
84 0 0 if y_check($y_ref)
129 0 0 unless $$y_ref
138 0 0 if $$m_ref <= $months
147 0 0 if ym_check(\$y, \$m)
152 0 0 if $m == 2 and year_is_leap($y)
166 0 0 unless $y
170 0 0 if ($y2 % 400 == 0) { }
0 0 elsif ($y2 % 100 == 0) { }
0 0 elsif ($y2 % 4 == 0) { }