| blib/lib/Date/Converter/Hebrew.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 21 | 22 | 95.4 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 789 | 0 | unless $f |
| 17 | 99 | 690 | if ($m < 7) { } |
| 46 | 13 | 18 | $jed < ymdf_to_jed($y, 1, 1) ? : |
| 69 | 252 | 537 | leap($y) ? : |
| 79 | 1395 | 1761 | if (3 * ($days + 1) % 7 < 3) |
| 93 | 14 | 751 | $present - $last == 382 ? : |
| 24 | 765 | $next - $present == 356 ? : | |
| 105 | 149 | 736 | if ($m == 2 or $m == 4 or $m == 6 or $m == 10 or $m == 13) |
| 110 | 74 | 662 | if ($m == 12 and not leap($y)) |
| 114 | 73 | 589 | if ($m == 8 and not year_days($y) % 10 == 5) |
| 118 | 38 | 551 | if ($m == 9 and year_days($y) % 10 == 3) |