File Coverage

lib/Parse/AFP/MCF.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Parse::AFP::MCF;
2 1     1   661 use base 'Parse::AFP::Record';
  1         2  
  1         82  
3              
4 1         52 use constant SUBFORMAT => (
5             'MCF::DataGroup' => ['n/a* XX', '*'],
6 1     1   5 );
  1         1  
7              
8             1;