File Coverage

blib/lib/Locale/CLDR/Locales/Cad/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             Cad::Latn - Package for language Cad
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Cad::Latn;
10              
11             # This file auto generated
12             # on Fri 17 Jan 12:03:31 pm GMT
13              
14 1     1   780 use version;
  1         3  
  1         17  
15              
16             our $VERSION = version->declare('v0.46.0');
17              
18 1     1   141 use v5.12.0;
  1         5  
19 1     1   5 use mro 'c3';
  1         2  
  1         37  
20 1     1   40 use feature 'unicode_strings';
  1         2  
  1         125  
21              
22 1     1   6 use Moo;
  1         2  
  1         6  
23              
24             extends('Locale::CLDR::Locales::Cad');
25              
26 1     1   666 no Moo;
  1         4  
  1         5  
27              
28             1;