| lib/Locale/Country/Extra.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 48 | 1 | 6 | if $code eq 'uk' |
| 59 | 17 | 7 | if $COUNTRY_MAP{$country} |
| 63 | 6 | 1 | $code ? : |
| 72 | 1 | 9 | if $code eq 'uk' |
| 80 | 1 | 6 | if $number =~ /^([0-9])\1{5}/ |
| 90 | 3 | 1 | if (my $first = $self->codes_from_phone($number)) |
| 100 | 6 | 1 | if (my $phone = $self->get_valid_phone($number)) |