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