| blib/lib/Business/BR/CPF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 40 | 5 | 1 | 19 | $s1 == 1 and $cpf[9] == 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 40 | 195 | 0 | 25 | $s1 == 0 or $s1 == 1 and $cpf[9] == 0 |
| 43 | 105 | 0 | 109 | $s2 == 0 || $s2 == 1 && $cpf[10] == 0 |