File Coverage

blib/lib/Locale/CLDR/Locales/Cs/Any/Cz.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::Cs::Any::Cz - Package for language Czech
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Cs::Any::Cz;
10             # This file auto generated from Data\common\main\cs_CZ.xml
11             # on Sun 16 Dec 4:10:40 pm GMT
12              
13 19     19   365623 use strict;
  19         48  
  19         578  
14 19     19   92 use warnings;
  19         42  
  19         604  
15 19     19   180 use version;
  19         40  
  19         143  
16              
17             our $VERSION = version->declare('v0.34.0');
18              
19 19     19   2039 use v5.10.1;
  19         62  
20 19     19   108 use mro 'c3';
  19         430  
  19         165  
21 19     19   541 use utf8;
  19         41  
  19         137  
22 19     19   660 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         41  
  19         303  
23 19     19   3059 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         38  
  19         251  
24 19     19   21836 use Moo;
  19         43  
  19         163  
25              
26             extends('Locale::CLDR::Locales::Cs::Any');
27 19     19   7071 no Moo;
  19         47  
  19         85  
28              
29             1;
30              
31             # vim: tabstop=4