File Coverage

blib/lib/Number/Phone/StubCountry/MD.pm
Criterion Covered Total %
statement 20 20 100.0
branch 3 4 75.0
condition n/a
subroutine 5 5 100.0
pod 1 1 100.0
total 29 30 96.6


line stmt bran cond sub pod time code
1             # automatically generated file, don't edit
2              
3              
4              
5             # Copyright 2023 David Cantrell, derived from data from libphonenumber
6             # http://code.google.com/p/libphonenumber/
7             #
8             # Licensed under the Apache License, Version 2.0 (the "License");
9             # you may not use this file except in compliance with the License.
10             # You may obtain a copy of the License at
11             #
12             # http://www.apache.org/licenses/LICENSE-2.0
13             #
14             # Unless required by applicable law or agreed to in writing, software
15             # distributed under the License is distributed on an "AS IS" BASIS,
16             # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17             # See the License for the specific language governing permissions and
18             # limitations under the License.
19             package Number::Phone::StubCountry::MD;
20 2     2   1290 use base qw(Number::Phone::StubCountry);
  2         10  
  2         250  
21              
22 2     2   17 use strict;
  2         7  
  2         52  
23 2     2   11 use warnings;
  2         5  
  2         56  
24 2     2   14 use utf8;
  2         8  
  2         18  
25             our $VERSION = 1.20230614174404;
26              
27             my $formatters = [
28             {
29             'format' => '$1 $2',
30             'leading_digits' => '[89]',
31             'national_rule' => '0$1',
32             'pattern' => '(\\d{3})(\\d{5})'
33             },
34             {
35             'format' => '$1 $2 $3',
36             'leading_digits' => '
37             22|
38             3
39             ',
40             'national_rule' => '0$1',
41             'pattern' => '(\\d{2})(\\d{3})(\\d{3})'
42             },
43             {
44             'format' => '$1 $2 $3',
45             'leading_digits' => '[25-7]',
46             'national_rule' => '0$1',
47             'pattern' => '(\\d{3})(\\d{2})(\\d{3})'
48             }
49             ];
50              
51             my $validators = {
52             'fixed_line' => '
53             (?:
54             (?:
55             2[1-9]|
56             3[1-79]
57             )\\d|
58             5(?:
59             33|
60             5[257]
61             )
62             )\\d{5}
63             ',
64             'geographic' => '
65             (?:
66             (?:
67             2[1-9]|
68             3[1-79]
69             )\\d|
70             5(?:
71             33|
72             5[257]
73             )
74             )\\d{5}
75             ',
76             'mobile' => '
77             562\\d{5}|
78             (?:
79             6\\d|
80             7[16-9]
81             )\\d{6}
82             ',
83             'pager' => '',
84             'personal_number' => '',
85             'specialrate' => '(808\\d{5})|(90[056]\\d{5})|(803\\d{5})',
86             'toll_free' => '800\\d{5}',
87             'voip' => '3[08]\\d{6}'
88             };
89             my %areanames = ();
90             $areanames{ro} = {"373243", "Căuşeni",
91             "37322", "Chişinău",
92             "373555", "Rîbniţa",
93             "373256", "Rîşcani",
94             "373269", "Hînceşti",
95             "373259", "Făleşti",
96             "373250", "Floreşti",
97             "373231", "Bălţi",
98             "373251", "Donduşeni",
99             "373262", "Sîngerei",
100             "373244", "Călăraşi",
101             "373237", "Străşeni",
102             "373293", "Vulcăneşti",
103             "373258", "Teleneşti",
104             "373215", "Dubăsari",
105             "373291", "Ceadîr\ Lunga",
106             "373241", "Cimişlia",
107             "373242", "Ştefan\ Vodă",
108             "373272", "Şoldăneşti",};
109             $areanames{en} = {"373269", "Hincesti",
110             "373259", "Falesti",
111             "373250", "Floresti",
112             "373231", "Balţi",
113             "373251", "Donduseni",
114             "373230", "Soroca",
115             "373262", "Singerei",
116             "373244", "Calarasi",
117             "373252", "Drochia",
118             "373237", "Straseni",
119             "373216", "Camenca",
120             "373293", "Vulcanesti",
121             "373258", "Telenesti",
122             "373268", "Ialoveni",
123             "373243", "Causeni",
124             "37353", "Tiraspol",
125             "373210", "Grigoriopol",
126             "373219", "Dnestrovsk",
127             "37322", "Chisinau",
128             "373273", "Cantemir",
129             "373555", "Ribnita",
130             "373294", "Taraclia",
131             "373236", "Ungheni",
132             "373256", "Riscani",
133             "373241", "Cimislia",
134             "373264", "Nisporeni",
135             "373265", "Anenii\ Noi",
136             "373242", "Stefan\ Voda",
137             "373235", "Orhei",
138             "373254", "Rezina",
139             "373247", "Briceni",
140             "373249", "Glodeni",
141             "373248", "Criuleni",
142             "373271", "Ocniţa",
143             "373272", "Soldanesti",
144             "373298", "Comrat",
145             "373215", "Dubasari",
146             "373263", "Leova",
147             "373297", "Basarabeasca",
148             "373557", "Slobozia",
149             "373552", "Bender",
150             "373246", "Edineţ",
151             "373291", "Ceadir\ Lunga",
152             "373299", "Cahul",};
153             $areanames{ru} = {"373268", "Яловень",
154             "373258", "Теленешть",
155             "373293", "Вулкэнешть",
156             "373216", "Каменка",
157             "373244", "Кэлэрашь",
158             "373252", "Дрокия",
159             "373237", "Стрэшень",
160             "373231", "Бэлць",
161             "373250", "Флорешть",
162             "373262", "Сынжерей",
163             "373230", "Сорока",
164             "373251", "Дондушень",
165             "373259", "Фэлешть",
166             "373269", "Хынчешть",
167             "373236", "Унгень",
168             "373256", "Рышкань",
169             "373273", "Кантемир",
170             "373294", "Тараклия",
171             "373555", "Рыбница",
172             "37322", "Кишинэу",
173             "373219", "Днестровск",
174             "373210", "Григориополь",
175             "37353", "Тираспол",
176             "373243", "Кэушень",
177             "373272", "Шолдэнешть",
178             "373271", "Окница",
179             "373248", "Криулень",
180             "373249", "Глодень",
181             "373235", "Орхей",
182             "373242", "Штефан\ Водэ",
183             "373247", "Бричень",
184             "373254", "Резина",
185             "373241", "Чимишлия",
186             "373265", "Анений\ Ной",
187             "373264", "Ниспорень",
188             "373299", "Кагул",
189             "373246", "Единец",
190             "373291", "Чадыр\-Лунга",
191             "373557", "Слобозия",
192             "373297", "Басарабяска",
193             "373552", "Бендер",
194             "373263", "Леова",
195             "373215", "Дубэсарь",
196             "373298", "Комрат",};
197              
198             sub new {
199 22     22 1 48 my $class = shift;
200 22         41 my $number = shift;
201 22         144 $number =~ s/(^\+373|\D)//g;
202 22         136 my $self = bless({ country_code => '373', number => $number, formatters => $formatters, validators => $validators, areanames => \%areanames}, $class);
203 22 100       101 return $self if ($self->is_valid());
204 1         2 $number =~ s/^(?:0)//;
205 1         25 $self = bless({ country_code => '373', number => $number, formatters => $formatters, validators => $validators, areanames => \%areanames}, $class);
206 1 50       5 return $self->is_valid() ? $self : undef;
207             }
208             1;