| blib/lib/Business/IBAN.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 32 | 40.6 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 1 | unless $iso |
| 33 | 0 | 1 | unless $bban or $bic and $ac |
| 34 | 0 | 1 | if $$self{'ERRORS'} |
| 35 | 1 | 0 | if $iso |
| 36 | 0 | 1 | if $bban |
| 37 | 1 | 0 | if $ac |
| 39 | 0 | 1 | unless $iso |
| 46 | 1 | 0 | if /^DE$/ |
| 68 | 0 | 0 | unless $$args{'BBAN'} |
| 69 | 0 | 0 | if $$self{'ERRORS'} |
| 79 | 0 | 0 | unless $_[0]{'ERRORS'} |
| 84 | 0 | 0 | unless $_[0]{'ERRORS'} |
| 100 | 0 | 2 | unless $ib =~ /^[A-Z][A-Z]/i |
| 101 | 0 | 2 | if $$self{'ERRORS'} |
| 108 | 0 | 2 | if $ib =~ tr[0-9][\000-/:-\377]c |
| 111 | 1 | 1 | unless $ib % 97 == 1 |