File Coverage

blib/lib/Acme/Flat/SV.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1 15     15   5676 use 5.006;
  15         42  
2 15     15   59 use strict;
  15         18  
  15         308  
3 15     15   62 use warnings;
  15         18  
  15         895  
4              
5             package Acme::Flat::SV;
6              
7             # ABSTRACT: A Scalar Value
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12              
13 15     15   7181 use Class::Tiny;
  15         44724  
  15         91  
14              
15             1;
16              
17             __END__