File Coverage

blib/lib/Locale/CLDR/Locales/Es/Any/Gq.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::Es::Any::Gq - Package for language Spanish
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Es::Any::Gq;
8             # This file auto generated from Data\common\main\es_GQ.xml
9             # on Sun 24 Apr 8:25:39 am GMT
10              
11 1     1   1625 use version;
  1         1  
  1         11  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   131 use v5.10.1;
  1         4  
16 1     1   7 use mro 'c3';
  1         2  
  1         11  
17 1     1   50 use utf8;
  1         1  
  1         10  
18 1     1   52 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         3  
  1         19  
19              
20 1     1   159 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         12  
21 1     1   1210 use Moo;
  1         3  
  1         8  
22              
23             extends('Locale::CLDR::Locales::Es::Any');
24             has 'number_currency_formats' => (
25             is => 'ro',
26             isa => HashRef,
27             init_arg => undef,
28             default => sub { {
29             'latn' => {
30             'pattern' => {
31             'default' => {
32             'standard' => {
33             'positive' => '¤#,##0.00',
34             },
35             },
36             },
37             },
38             } },
39             );
40              
41             has 'currencies' => (
42             is => 'ro',
43             isa => HashRef,
44             init_arg => undef,
45             default => sub { {
46             'XAF' => {
47             symbol => 'FCFA',
48             },
49             } },
50             );
51              
52              
53 1     1   3191 no Moo;
  1         3  
  1         7  
54              
55             1;
56              
57             # vim: tabstop=4