| blib/lib/Gantry/Plugins/Calendar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 132 | 0 | 0 | 0 | defined $select and $select |
| 198 | 0 | 0 | 0 | $k > 0 and $k < $month_max + 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 115 | 0 | 0 | 0 | not $chk->is_integer($month) or $month > 13 |
| 0 | 0 | 0 | not $chk->is_integer($month) or $month > 13 or $month < 1 | |
| 120 | 0 | 0 | 0 | not $chk->is_integer($year) or length $year != 4 |
| 292 | 0 | 0 | 0 | not $chk->is_number($year) or length $year != 4 |