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.2.0';
3 1     1   46581 use warnings;
  1         8  
  1         26  
4 1     1   3 use strict;
  1         2  
  1         14  
5              
6 1     1   12 use 5.006;
  1         3  
7              
8              
9             1; # End of Module::Format
10              
11             __END__