File Coverage

blib/lib/Locale/CLDR/Locales/De/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::De::Any;
2              
3             # This file auto generated
4             # on Fri 13 Oct 9:11:54 am GMT
5              
6 19     19   8022 use version;
  19         38  
  19         93  
7              
8             our $VERSION = version->declare('v0.34.2');
9              
10 19     19   1608 use v5.10.1;
  19         58  
11 19     19   116 use mro 'c3';
  19         34  
  19         115  
12 19     19   657 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         37  
  19         189  
13              
14 19     19   1537 use Moo;
  19         37  
  19         125  
15              
16             extends('Locale::CLDR::Locales::De');
17              
18 19     19   5651 no Moo;
  19         35  
  19         75  
19              
20             1;