File Coverage

blib/lib/Locale/CLDR/Locales/Cs/Latn/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 NAME
4              
5             Locale::CLDR::Locales::Cs::Latn::Cz - Package for language Czech
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Cs::Latn::Cz;
10             # This file auto generated from Data\common\main\cs_CZ.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 19     19   422787 use strict;
  19         64  
  19         1278  
14 19     19   252 use warnings;
  19         285  
  19         1570  
15 19     19   161 use version;
  19         63  
  19         211  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 19     19   3117 use v5.12.0;
  19         92  
20 19     19   130 use mro 'c3';
  19         39  
  19         190  
21 19     19   923 use utf8;
  19         43  
  19         164  
22 19     19   914 use feature 'unicode_strings';
  19         79  
  19         3466  
23 19     19   139 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         43  
  19         257  
24 19     19   55378 use Moo;
  19         47  
  19         215  
25              
26             extends('Locale::CLDR::Locales::Cs::Latn');
27 19     19   13026 no Moo;
  19         52  
  19         114  
28              
29             1;
30              
31             # vim: tabstop=4