File Coverage

blib/lib/Locale/CLDR/Locales/De/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             De::Latn - Package for language De
6              
7             =cut
8              
9             package Locale::CLDR::Locales::De::Latn;
10              
11             # This file auto generated
12             # on Fri 17 Jan 12:03:31 pm GMT
13              
14 19     19   10811 use version;
  19         36  
  19         138  
15              
16             our $VERSION = version->declare('v0.46.0');
17              
18 19     19   2302 use v5.12.0;
  19         68  
19 19     19   96 use mro 'c3';
  19         38  
  19         150  
20 19     19   745 use feature 'unicode_strings';
  19         38  
  19         2157  
21              
22 19     19   102 use Moo;
  19         36  
  19         162  
23              
24             extends('Locale::CLDR::Locales::De');
25              
26 19     19   9265 no Moo;
  19         48  
  19         79  
27              
28             1;