File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Latn.pm
Criterion Covered Total %
statement 17 17 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 23 23 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Ca::Latn - Package for language Ca
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Ca::Latn;
10              
11             # This file auto generated
12             # on Fri 17 Jan 12:03:31 pm GMT
13              
14 19     19   12271 use version;
  19         79  
  19         178  
15              
16             our $VERSION = version->declare('v0.46.0');
17              
18 19     19   2665 use v5.12.0;
  19         75  
19 19     19   130 use mro 'c3';
  19         38  
  19         153  
20 19     19   868 use feature 'unicode_strings';
  19         33  
  19         2727  
21              
22 19     19   187 use Moo;
  19         67  
  19         174  
23              
24             extends('Locale::CLDR::Locales::Ca');
25              
26 19     19   11063 no Moo;
  19         41  
  19         135  
27              
28             1;