File Coverage

blib/lib/Module/Format.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Module::Format;
2             $Module::Format::VERSION = '0.0.8';
3 1     1   70621 use warnings;
  1         9  
  1         29  
4 1     1   5 use strict;
  1         1  
  1         15  
5              
6 1     1   14 use 5.006;
  1         3  
7              
8              
9             1; # End of Module::Format
10              
11             __END__