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