blib/lib/HTML/CheckArgs/cc_expiration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
20 | 1 | 3 | if ($$config{'required'} and not $value) { } |
0 | 3 | elsif (not $$config{'required'} || $value) { } | |
30 | 1 | 2 | if (length $value != 6) |
40 | 2 | 0 | if ($value < "$year$month") |