File Coverage

blib/lib/Acme/Flat/PVMG.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 9     9   3516 use 5.006;
  9         25  
2 9     9   39 use strict;
  9         14  
  9         222  
3 9     9   37 use warnings;
  9         11  
  9         584  
4              
5             package Acme::Flat::PVMG;
6              
7             # ABSTRACT: A Value with Magic
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12 9     9   645 use parent qw( Acme::Flat::PVNV );
  9         402  
  9         48  
13 9     9   350 use Class::Tiny;
  9         12  
  9         24  
14              
15             1;
16              
17             __END__