File Coverage

blib/lib/Acme/Flat/NV.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1 11     11   3520 use 5.006;
  11         26  
2 11     11   42 use strict;
  11         11  
  11         197  
3 11     11   34 use warnings;
  11         11  
  11         546  
4              
5             package Acme::Flat::NV;
6              
7             # ABSTRACT: A Numeric Value ( Float/Double )
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 11     11   393 use parent 'Acme::Flat::SV';
  11         262  
  11         42  
14 11     11   469 use Class::Tiny;
  11         13  
  11         41  
15              
16             1;
17              
18             __END__