File Coverage

blib/lib/Locale/CLDR/Locales/Nds/Any/Nl.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             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::Nds::Any::Nl - Package for language Low German
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Nds::Any::Nl;
10             # This file auto generated from Data\common\main\nds_NL.xml
11             # on Sun 16 Dec 4:30:00 pm GMT
12              
13 1     1   1154 use strict;
  1         2  
  1         30  
14 1     1   5 use warnings;
  1         2  
  1         24  
15 1     1   5 use version;
  1         2  
  1         5  
16              
17             our $VERSION = version->declare('v0.34.0');
18              
19 1     1   102 use v5.10.1;
  1         4  
20 1     1   5 use mro 'c3';
  1         2  
  1         6  
21 1     1   39 use utf8;
  1         2  
  1         6  
22 1     1   36 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         23  
23 1     1   117 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         8  
24 1     1   1144 use Moo;
  1         3  
  1         6  
25              
26             extends('Locale::CLDR::Locales::Nds::Any');
27             has 'characters' => (
28             is => 'ro',
29             isa => HashRef,
30             init_arg => undef,
31             default => $^V ge v5.18.0
32             ? eval <<'EOT'
33             sub {
34             no warnings 'experimental::regex_sets';
35             return {
36             auxiliary => qr{[á à â ä é è ê ë í ì î ï ó ò ô ö ú ù û ü]},
37             index => ['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'],
38             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]},
39             punctuation => qr{[\- ‐ – — , ; \: ! ? . … ' ‘ ’ " “ ” ( ) \[ \] § @ * / \& # † ‡ ′ ″]},
40             };
41             },
42             EOT
43             : sub {
44             return { index => ['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'], };
45             },
46 1     1   109 );
  1         3  
  1         193  
47              
48              
49 1     1   758 no Moo;
  1         3  
  1         12  
50              
51             1;
52              
53             # vim: tabstop=4