File Coverage

blib/lib/Locale/CLDR/Locales/De/Any/De.pm
Criterion Covered Total %
statement 23 23 100.0
branch n/a
condition n/a
subroutine 8 8 100.0
pod n/a
total 31 31 100.0


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::De::Any::De - Package for language German
4              
5             =cut
6              
7             package Locale::CLDR::Locales::De::Any::De;
8             # This file auto generated from Data\common\main\de_DE.xml
9             # on Sun 24 Apr 8:22:40 am GMT
10              
11 19     19   402909 use version;
  19         34  
  19         140  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 19     19   2058 use v5.10.1;
  19         49  
16 19     19   76 use mro 'c3';
  19         29  
  19         138  
17 19     19   651 use utf8;
  19         32  
  19         145  
18 19     19   622 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         65  
  19         243  
19              
20 19     19   10483 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         746488  
  19         199  
21 19     19   25708 use Moo;
  19         144604  
  19         86  
22              
23             extends('Locale::CLDR::Locales::De::Any');
24 19     19   60221 no Moo;
  19         29  
  19         94  
25              
26             1;
27              
28             # vim: tabstop=4