blib/lib/Business/BR/CPF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 16 | 87.5 |
line | true | false | branch |
---|---|---|---|
36 | 3 | 220 | if length $cpf != 11 |
40 | 6 | 19 | unless ($s1 == 0 or $s1 == 1 and $cpf[9] == 0) |
43 | 111 | 103 | $s2 == 0 || $s2 == 1 && $cpf[10] == 0 ? : |
56 | 1 | 1 | if (wantarray) |
72 | 200 | 0 | @_ ? : |
73 | 100 | 100 | $valid ? : |
77 | 0 | 200 | if wantarray |
88 | 100 | 100 | @_ ? : |