File Coverage

blib/lib/Locale/CLDR/Locales/Ca/Any.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             package Locale::CLDR::Locales::Ca::Any;
2              
3             # This file auto generated
4             # on Fri 13 Oct 9:09:24 am GMT
5              
6 19     19   8930 use version;
  19         47  
  19         97  
7              
8             our $VERSION = version->declare('v0.34.2');
9              
10 19     19   1856 use v5.10.1;
  19         68  
11 19     19   104 use mro 'c3';
  19         40  
  19         100  
12 19     19   654 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         39  
  19         215  
13              
14 19     19   2083 use Moo;
  19         48  
  19         343  
15              
16             extends('Locale::CLDR::Locales::Ca');
17              
18 19     19   6633 no Moo;
  19         49  
  19         76  
19              
20             1;