blib/lib/HTML/CheckArgs/cc_number.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 12 | 83.3 |
line | true | false | branch |
---|---|---|---|
17 | 1 | 3 | if ($$config{'required'} and not $value) { } |
0 | 3 | elsif (not $$config{'required'} || $value) { } | |
28 | 1 | 2 | unless (luhn_check($value)) |
35 | 1 | 1 | unless ($$config{'noclean'}) |
63 | 20 | 20 | unless ($count & 1 ^ $odd) |
65 | 0 | 20 | if $chunk > 9 |