File Coverage

blib/lib/Acme/Flat/FM.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   570 use 5.006;
  1         4  
2 1     1   6 use strict;
  1         2  
  1         35  
3 1     1   5 use warnings;
  1         1  
  1         93  
4              
5             package Acme::Flat::FM;
6              
7             # ABSTRACT: A Form Metadata container
8              
9             our $VERSION = '0.001001';
10              
11             our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY
12 1     1   634 use parent 'Acme::Flat::CV';
  1         302  
  1         7  
13 1     1   27 use Class::Tiny;
  1         1  
  1         2  
14              
15             1;
16              
17             __END__