File Coverage

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