File Coverage

blib/lib/Acme/Flat/PVIV.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   3590 use 5.006;
  11         24  
  11         287  
2 11     11   34 use strict;
  11         12  
  11         212  
3 11     11   28 use warnings;
  11         10  
  11         459  
4              
5             package Acme::Flat::PVIV;
6              
7             # ABSTRACT: A Value with both String and Integer Parts
8              
9             our $VERSION = '0.001000';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12 11     11   452 use parent qw( Acme::Flat::PV Acme::Flat::IV );
  11         297  
  11         49  
13 11     11   325 use Class::Tiny;
  11         15  
  11         24  
14              
15             1;
16              
17             __END__