File Coverage

blib/lib/Locale/CLDR/Locales/Nb.pm
Criterion Covered Total %
statement 32 32 100.0
branch n/a
condition n/a
subroutine 11 11 100.0
pod n/a
total 43 43 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Nb - Package for language Norwegian Bokmål
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Nb;
10             # This file auto generated from Data\common\main\nb.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1673129 use strict;
  1         2  
  1         31  
14 1     1   3 use warnings;
  1         2  
  1         84  
15 1     1   5 use version;
  1         1  
  1         8  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   127 use v5.12.0;
  1         4  
20 1     1   3 use mro 'c3';
  1         2  
  1         7  
21 1     1   22 use utf8;
  1         1  
  1         8  
22 1     1   39 use feature 'unicode_strings';
  1         2  
  1         208  
23 1     1   10 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         15  
24 1     1   3618 use Moo;
  1         2  
  1         42  
25              
26             extends('Locale::CLDR::Locales::No');
27             has 'algorithmic_number_format_data' => (
28             is => 'ro',
29             isa => HashRef,
30             init_arg => undef,
31             default => sub {
32 1     1   849 use bigfloat;
  1         3  
  1         119  
33             return {
34             } },
35             );
36              
37 1     1   639 no Moo;
  1         3  
  1         6  
38              
39             1;
40              
41             # vim: tabstop=4