File Coverage

blib/lib/Locale/CLDR/Locales/Mhn.pm
Criterion Covered Total %
statement 32 32 100.0
branch n/a
condition n/a
subroutine 11 11 100.0
pod n/a
total 43 43 100.0


line stmt bran cond sub pod time code
1             package Locale::CLDR::Locales::Mhn;
2             # This file auto generated from Data\common\main\mhn.xml
3             # on Fri 17 Jan 12:03:31 pm GMT
4              
5 1     1   1781192 use strict;
  1         1  
  1         30  
6 1     1   4 use warnings;
  1         6  
  1         66  
7 1     1   5 use version;
  1         1  
  1         6  
8              
9             our $VERSION = version->declare('v0.46.0');
10              
11 1     1   110 use v5.12.0;
  1         2  
12 1     1   3 use mro 'c3';
  1         2  
  1         6  
13 1     1   33 use utf8;
  1         2  
  1         8  
14 1     1   30 use feature 'unicode_strings';
  1         2  
  1         158  
15 1     1   7 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         9  
16 1     1   1667 use Moo;
  1         6  
  1         6  
17              
18             extends('Locale::CLDR::Locales::Root');
19             has 'characters' => (
20             is => 'ro',
21             isa => HashRef,
22             init_arg => undef,
23             default => $^V ge v5.18.0
24             ? eval <<'EOT'
25             sub {
26             no warnings 'experimental::regex_sets';
27             return {
28             main => qr{[aáà b c d eéèë f g h iíì j k l m n oóò p q r s t uúù v w x y z]},
29             numbers => qr{[\- ‑ , + 0 1 2 3 4 5 6 7 8 9]},
30             punctuation => qr{[, ; ! ? . ' "]},
31             };
32             },
33             EOT
34             : sub {
35             return {};
36             },
37 1     1   198 );
  1         4  
  1         203  
38              
39              
40 1     1   470 no Moo;
  1         2  
  1         3  
41              
42             1;
43              
44             # vim: tabstop=4