blib/lib/Date/Converter/Islamic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 0 | unless defined $f |
19 | 0 | 0 | if ymd_check(\$y, \$m, \$d) |
67 | 0 | 0 | if $$y_ref <= 0 |
68 | 0 | 0 | if ym_check($y_ref, $m_ref) |
79 | 0 | 0 | if y_check($y_ref) |
107 | 0 | 0 | if $$m_ref <= $months |
148 | 0 | 0 | if ym_check(\$y, \$m) |
152 | 0 | 0 | if $m == 12 and year_is_leap($y) |