| lib/Cron/Toolkit/Pattern/NearestWeekday.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 30 | 157 | if $day < 1 or $day > $days_in_month |
| 28 | 80 | 77 | if ($target_dow >= 2 and $target_dow <= 5) |
| 29 | 4 | 76 | $dom == $day ? : |
| 35 | 1 | 76 | if ($before_dow >= 1 and $before_dow <= 5 and $dom == $day - 1) |
| 38 | 1 | 32 | if ($after_dow >= 1 and $after_dow <= 5 and $dom == $day + 1 and $day + 1 <= $days_in_month) |