File Coverage

blib/lib/Acme/Flat/PVIV.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   4240 use 5.006;
  11         30  
2 11     11   42 use strict;
  11         13  
  11         203  
3 11     11   38 use warnings;
  11         12  
  11         653  
4              
5             package Acme::Flat::PVIV;
6              
7             # ABSTRACT: A Value with both String and Integer Parts
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12 11     11   394 use parent qw( Acme::Flat::PV Acme::Flat::IV );
  11         284  
  11         59  
13 11     11   415 use Class::Tiny;
  11         15  
  11         29  
14              
15             1;
16              
17             __END__