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   1119 use base qw(Number::Phone::StubCountry);
  2         7  
  2         224  
21              
22 2     2   16 use strict;
  2         9  
  2         45  
23 2     2   12 use warnings;
  2         6  
  2         51  
24 2     2   14 use utf8;
  2         4  
  2         13  
25             our $VERSION = 1.20230307181421;
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{ru} = {"373243", "Кэушень",
91             "373293", "Вулкэнешть",
92             "373291", "Чадыр\-Лунга",
93             "373254", "Резина",
94             "373235", "Орхей",
95             "373241", "Чимишлия",
96             "373237", "Стрэшень",
97             "373263", "Леова",
98             "373215", "Дубэсарь",
99             "373271", "Окница",
100             "373258", "Теленешть",
101             "373252", "Дрокия",
102             "373259", "Фэлешть",
103             "373246", "Единец",
104             "373219", "Днестровск",
105             "373273", "Кантемир",
106             "37322", "Кишинэу",
107             "373269", "Хынчешть",
108             "373231", "Бэлць",
109             "373298", "Комрат",
110             "373297", "Басарабяска",
111             "373248", "Криулень",
112             "373247", "Бричень",
113             "373242", "Штефан\ Водэ",
114             "37353", "Тираспол",
115             "373210", "Григориополь",
116             "373299", "Кагул",
117             "373557", "Слобозия",
118             "373552", "Бендер",
119             "373250", "Флорешть",
120             "373249", "Глодень",
121             "373216", "Каменка",
122             "373265", "Анений\ Ной",
123             "373256", "Рышкань",
124             "373268", "Яловень",
125             "373262", "Сынжерей",
126             "373555", "Рыбница",
127             "373230", "Сорока",
128             "373236", "Унгень",
129             "373264", "Ниспорень",
130             "373244", "Кэлэрашь",
131             "373251", "Дондушень",
132             "373294", "Тараклия",
133             "373272", "Шолдэнешть",};
134             $areanames{en} = {"373254", "Rezina",
135             "373235", "Orhei",
136             "373291", "Ceadir\ Lunga",
137             "373241", "Cimislia",
138             "373263", "Leova",
139             "373237", "Straseni",
140             "373243", "Causeni",
141             "373293", "Vulcanesti",
142             "373246", "Edineţ",
143             "373219", "Dnestrovsk",
144             "373259", "Falesti",
145             "373273", "Cantemir",
146             "373215", "Dubasari",
147             "373271", "Ocniţa",
148             "373252", "Drochia",
149             "373258", "Telenesti",
150             "373250", "Floresti",
151             "373552", "Bender",
152             "373557", "Slobozia",
153             "373299", "Cahul",
154             "373210", "Grigoriopol",
155             "373256", "Riscani",
156             "373265", "Anenii\ Noi",
157             "373249", "Glodeni",
158             "373216", "Camenca",
159             "373262", "Singerei",
160             "373268", "Ialoveni",
161             "373555", "Ribnita",
162             "373269", "Hincesti",
163             "37322", "Chisinau",
164             "373231", "Balţi",
165             "373297", "Basarabeasca",
166             "373298", "Comrat",
167             "37353", "Tiraspol",
168             "373242", "Stefan\ Voda",
169             "373247", "Briceni",
170             "373248", "Criuleni",
171             "373244", "Calarasi",
172             "373294", "Taraclia",
173             "373251", "Donduseni",
174             "373272", "Soldanesti",
175             "373230", "Soroca",
176             "373264", "Nisporeni",
177             "373236", "Ungheni",};
178             $areanames{ro} = {"373241", "Cimişlia",
179             "373291", "Ceadîr\ Lunga",
180             "373237", "Străşeni",
181             "373293", "Vulcăneşti",
182             "373243", "Căuşeni",
183             "373259", "Făleşti",
184             "373215", "Dubăsari",
185             "373258", "Teleneşti",
186             "373256", "Rîşcani",
187             "373250", "Floreşti",
188             "373555", "Rîbniţa",
189             "373262", "Sîngerei",
190             "373231", "Bălţi",
191             "373269", "Hînceşti",
192             "37322", "Chişinău",
193             "373242", "Ştefan\ Vodă",
194             "373251", "Donduşeni",
195             "373244", "Călăraşi",
196             "373272", "Şoldăneşti",};
197              
198             sub new {
199 22     22 1 51 my $class = shift;
200 22         43 my $number = shift;
201 22         138 $number =~ s/(^\+373|\D)//g;
202 22         122 my $self = bless({ country_code => '373', number => $number, formatters => $formatters, validators => $validators, areanames => \%areanames}, $class);
203 22 100       102 return $self if ($self->is_valid());
204 1         11 $number =~ s/^(?:0)//;
205 1         13 $self = bless({ country_code => '373', number => $number, formatters => $formatters, validators => $validators, areanames => \%areanames}, $class);
206 1 50       4 return $self->is_valid() ? $self : undef;
207             }
208             1;