Branch Coverage

blib/lib/Date/Converter/Julian.pm
Criterion Covered Total %
branch 10 22 45.4


line true false branch
17 1 0 unless defined $f
19 0 1 if ymdf_check(\$y, \$m, \$d, \$f)
69 0 1 if ymd_check($y_ref, $m_ref, $d_ref)
80 0 1 if ym_check($y_ref, $m_ref)
91 0 2 if y_check($y_ref)
119 1 0 if $$f_ref < 1
163 0 0 unless $$y_ref
172 2 0 if $$m_ref <= $months
187 0 1 if ym_check(\$y, \$m)
193 0 1 if $m == 2 and year_is_leap($y)
201 0 1 unless $y