File Coverage

blib/lib/CFDI.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 CFDI;
2 1     1   46298 use strict;
  1         2  
  1         24  
3 1     1   231 use CFDI::Macros::Excel;
  1         2  
  1         85  
4             require Exporter;
5             our @EXPORT = qw(xcel xcel2 xcel3 xcel4 xcel5 excel excel2 excel3 excel4 excel5);
6             our @ISA = qw(Exporter);
7             our $VERSION = 0.2;
8             1;
9            
10             __END__