File Coverage

blib/lib/Locale/CLDR/Locales/Pt/Any/Cv.pm
Criterion Covered Total %
statement 23 23 100.0
branch n/a
condition n/a
subroutine 8 8 100.0
pod n/a
total 31 31 100.0


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::Pt::Any::Cv - Package for language Portuguese
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Pt::Any::Cv;
8             # This file auto generated from Data\common\main\pt_CV.xml
9             # on Sun 24 Apr 8:47:00 am GMT
10              
11 1     1   784 use version;
  1         2  
  1         4  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   75 use v5.10.1;
  1         2  
16 1     1   3 use mro 'c3';
  1         1  
  1         12  
17 1     1   29 use utf8;
  1         1  
  1         3  
18 1     1   24 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         5  
  1         10  
19              
20 1     1   75 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         5  
21 1     1   605 use Moo;
  1         1  
  1         4  
22              
23             extends('Locale::CLDR::Locales::Pt::Any::Pt');
24             has 'currencies' => (
25             is => 'ro',
26             isa => HashRef,
27             init_arg => undef,
28             default => sub { {
29             'CVE' => {
30             symbol => '​',
31             },
32             'PTE' => {
33             symbol => '​PTE',
34             },
35             } },
36             );
37              
38              
39             has 'time_zone_names' => (
40             is => 'ro',
41             isa => HashRef,
42             init_arg => undef,
43             default => sub { {
44             'Azores' => {
45             short => {
46             'daylight' => q(∅∅∅),
47             'generic' => q(∅∅∅),
48             'standard' => q(∅∅∅),
49             },
50             },
51             'Europe_Central' => {
52             short => {
53             'daylight' => q(∅∅∅),
54             'generic' => q(∅∅∅),
55             'standard' => q(∅∅∅),
56             },
57             },
58             'Europe_Eastern' => {
59             short => {
60             'daylight' => q(∅∅∅),
61             'generic' => q(∅∅∅),
62             'standard' => q(∅∅∅),
63             },
64             },
65             'Europe_Western' => {
66             short => {
67             'daylight' => q(∅∅∅),
68             'generic' => q(∅∅∅),
69             'standard' => q(∅∅∅),
70             },
71             },
72             } }
73             );
74 1     1   1747 no Moo;
  1         2  
  1         4  
75              
76             1;
77              
78             # vim: tabstop=4