File Coverage

blib/lib/Locale/CLDR/Locales/Da/Any/Dk.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::Da::Any::Dk - Package for language Danish
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Da::Any::Dk;
8             # This file auto generated from Data\common\main\da_DK.xml
9             # on Sun 24 Apr 8:22:01 am GMT
10              
11 19     19   408703 use version;
  19         29  
  19         139  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 19     19   1830 use v5.10.1;
  19         50  
16 19     19   67 use mro 'c3';
  19         26  
  19         142  
17 19     19   633 use utf8;
  19         29  
  19         139  
18 19     19   594 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         22  
  19         259  
19              
20 19     19   11406 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         840780  
  19         212  
21 19     19   27099 use Moo;
  19         164007  
  19         70  
22              
23             extends('Locale::CLDR::Locales::Da::Any');
24 19     19   63330 no Moo;
  19         31  
  19         99  
25              
26             1;
27              
28             # vim: tabstop=4