| blib/lib/Oxford/Calendar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 23 | 78.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 209 | 0 | 0 | 7 | $prevterm and $tm >= $prevterm->[1] + 604800 |
| 235 | 5 | 1 | 1 | $term[4] and $confirmed |
| 333 | 11 | 0 | 1 | $options->{'confirmed'} and $provisional |
| 334 | 5 | 5 | 1 | $week < 1 || $week > 8 and $mode eq 'full_term' |
| 360 | 44 | 18 | 16 | $date >= $start and $date <= $end |
| 525 | 0 | 0 | 3 | defined $week and defined $day |
| line | l | !l | condition |
|---|---|---|---|
| 318 | 23 | 1 | $options->{'mode'} || 'nearest' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 334 | 2 | 4 | 5 | $week < 1 || $week > 8 |