File Coverage

blib/lib/Locale/CLDR/Locales/Qu/Any/Ec.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::Qu::Any::Ec - Package for language Quechua
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/qu_EC.xml
10             # on Mon 11 Apr 5:36:48 pm GMT
11              
12             use strict;
13 1     1   981 use warnings;
  1         1  
  1         24  
14 1     1   4 use version;
  1         1  
  1         21  
15 1     1   4  
  1         1  
  1         6  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   80 use mro 'c3';
  1         2  
20 1     1   3 use utf8;
  1         2  
  1         6  
21 1     1   19 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         6  
22 1     1   23 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         18  
23 1     1   102 use Moo;
  1         1  
  1         8  
24 1     1   849  
  1         8  
  1         4  
25             extends('Locale::CLDR::Locales::Qu::Any');
26             has 'currencies' => (
27             is => 'ro',
28             isa => HashRef,
29             init_arg => undef,
30             default => sub { {
31             'PEN' => {
32             symbol => 'PEN',
33             },
34             'USD' => {
35             symbol => '$',
36             },
37             } },
38             );
39              
40              
41             has 'time_zone_names' => (
42             is => 'ro',
43             isa => HashRef,
44             init_arg => undef,
45             default => sub { {
46             'Ecuador' => {
47             short => {
48             'standard' => q#ECT#,
49             },
50             },
51             'Peru' => {
52             short => {
53             'daylight' => q#∅∅∅#,
54             'generic' => q#∅∅∅#,
55             'standard' => q#∅∅∅#,
56             },
57             },
58             } }
59             );
60             no Moo;
61 1     1   459  
  1         2  
  1         3  
62             1;
63              
64             # vim: tabstop=4