File Coverage

blib/lib/Acme/Flat/PVLV.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 1     1   465 use 5.006;
  1         2  
2 1     1   5 use strict;
  1         1  
  1         21  
3 1     1   6 use warnings;
  1         1  
  1         103  
4              
5             package Acme::Flat::PVLV;
6              
7             # ABSTRACT: A Special Magic LValue value
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12 1     1   384 use parent 'Acme::Flat::GV';
  1         280  
  1         7  
13 1     1   47 use Class::Tiny;
  1         1  
  1         4  
14              
15             1;
16              
17             __END__