File Coverage

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


line stmt bran cond sub pod time code
1 11     11   3102 use 5.006;
  11         24  
  11         322  
2 11     11   39 use strict;
  11         12  
  11         244  
3 11     11   33 use warnings;
  11         12  
  11         496  
4              
5             package Acme::Flat::NV;
6              
7             # ABSTRACT: A Numeric Value ( Float/Double )
8              
9             our $VERSION = '0.001000';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 11     11   550 use parent 'Acme::Flat::SV';
  11         256  
  11         33  
14 11     11   388 use Class::Tiny;
  11         10  
  11         31  
15              
16             1;
17              
18             __END__