File Coverage

blib/lib/Muldis/D.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1 1     1   9147 use 5.006;
  1         4  
  1         48  
2 1     1   6 use strict;
  1         2  
  1         47  
3 1     1   5 use warnings;
  1         7  
  1         75  
4             package Muldis::D;
5             our $VERSION = '0.148001';
6             $VERSION = eval $VERSION;
7             # Note that Perl code only exists at all in this file in order to help
8             # the CPAN indexer handle the distribution properly.
9             1;
10             __END__