| blib/lib/Validator/LIVR/Rules/Special.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 21 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 64 | 0 | 1 | 3 | $date->year == $+{'year'} and $date->mon == $+{'month'} |
| 1 | 0 | 3 | $date->year == $+{'year'} and $date->mon == $+{'month'} and $date->mday == $+{'day'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 15 | 0 | 2 | 6 | not defined $value or $value eq '' |
| 28 | 0 | 2 | 6 | not defined $value or $value eq '' |
| 39 | 0 | 2 | 6 | not defined $value or $value eq '' |
| 52 | 0 | 2 | 6 | not defined $value or $value eq '' |
| 62 | 1 | 0 | 4 | not $date or $@ |