File Coverage

blib/lib/Locale/CLDR/Locales/De/Any/Be.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::De::Any::Be - Package for language German
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/de_BE.xml
10             # on Mon 11 Apr 5:26:25 pm GMT
11              
12             use strict;
13 2     2   10683 use warnings;
  2         4  
  2         48  
14 2     2   9 use version;
  2         3  
  2         42  
15 2     2   8  
  2         2  
  2         9  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 2     2   160 use mro 'c3';
  2         6  
20 2     2   9 use utf8;
  2         3  
  2         16  
21 2     2   45 use if $^V ge v5.12.0, feature => 'unicode_strings';
  2         2  
  2         11  
22 2     2   59 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  2         3  
  2         20  
23 2     2   212 use Moo;
  2         3  
  2         15  
24 2     2   1713  
  2         2  
  2         10  
25             extends('Locale::CLDR::Locales::De::Any');
26             no Moo;
27 2     2   578  
  2         3  
  2         15  
28             1;
29              
30             # vim: tabstop=4