| blib/lib/Business/IBAN/Validator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 1 | 139 | unless (exists $$self{$iso3166a2}) |
| 32 | 1 | 138 | if (length $to_check != $$iban_info{'iban_length'}) |
| 44 | 1 | 137 | unless ($to_check =~ /$$iban_info{'iban_structure'}/) |
| 55 | 1 | 136 | if (mod97(numify_iban($to_check)) != 1) |
| 68 | 0 | 136 | unless (exists $$self{$iso3166a2}) |
| 80 | 1 | 1 | unless (exists $$self{uc $cc}) |