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.4.0';
3 1     1   68534 use warnings;
  1         22  
  1         38  
4 1     1   6 use strict;
  1         2  
  1         22  
5              
6 1     1   25 use 5.006;
  1         4  
7              
8              
9             1; # End of Module::Format
10              
11             __END__