File Coverage

lib/Acme/Flat/FM.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 1     1   619 use 5.006;
  1         2  
  1         26  
2 1     1   3 use strict;
  1         2  
  1         28  
3 1     1   3 use warnings;
  1         1  
  1         46  
4              
5             package Acme::Flat::FM;
6              
7             # ABSTRACT: A Form Metadata container
8              
9             our $VERSION = '0.001000';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12 1     1   318 use parent 'Acme::Flat::CV';
  1         205  
  1         5  
13 1     1   25 use Class::Tiny;
  1         1  
  1         3  
14              
15             1;
16              
17             __END__