| blib/lib/Business/IBAN.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 11 | 36.3 |
| line | l | !l | condition |
|---|---|---|---|
| 111 | 0 | 1 | push @{$$self{'ERRORS'};}, 5 and return |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 1 | $bic and $ac |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 1 | $bban or $bic and $ac |
| 55 | 0 | 1 | 0 | $$args{'BBAN'} ||= sprintf('%08s%010s', $$args{'BIC'}, $$args{'AC'}) |