Branch Coverage

blib/lib/Date/Decade.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
57 0 0 if ($year > 0) { }
58 0 0 if ($decade >= 1 and $decade <= 36) { }
79 0 0 if (check_date($year, $month, $day)) { }
82 0 0 if ($decade > 36) { }
0 0 elsif ($decade == 0) { }
104 0 0 if (check_date($year, $month, $day)) { }
106 0 0 if ($decade >= 4)
123 0 0 if ($_ >= 0 and $_ - $x >= 0.5) { }
0 0 elsif ($_ < 0 and $x - $_ >= 0.5) { }