File Coverage

blib/lib/Locale/CLDR/Locales/Ru/Any/Ru.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::Ru::Any::Ru - Package for language Russian
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/ru_RU.xml
10             # on Mon 11 Apr 5:37:23 pm GMT
11              
12             use strict;
13 4     4   105514 use warnings;
  4         9  
  4         99  
14 4     4   17 use version;
  4         7  
  4         82  
15 4     4   54  
  4         7  
  4         26  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 4     4   364 use mro 'c3';
  4         12  
20 4     4   16 use utf8;
  4         8  
  4         22  
21 4     4   88 use if $^V ge v5.12.0, feature => 'unicode_strings';
  4         7  
  4         21  
22 4     4   127 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  4         5  
  4         55  
23 4     4   408 use Moo;
  4         5  
  4         55  
24 4     4   3610  
  4         7  
  4         29  
25             extends('Locale::CLDR::Locales::Ru::Any');
26             no Moo;
27 4     4   1193  
  4         8  
  4         14  
28             1;
29              
30             # vim: tabstop=4