File Coverage

blib/lib/CPAN/Test/Dummy/Perl5/Exists.pm
Criterion Covered Total %
statement 7 8 87.5
branch n/a
condition n/a
subroutine 3 4 75.0
pod 1 1 100.0
total 11 13 84.6


line stmt bran cond sub pod time code
1             package CPAN::Test::Dummy::Perl5::Exists;
2              
3 2     2   1561 use strict;
  2         4  
  2         78  
4              
5 2     2   11 use vars qw{$VERSION};
  2         3  
  2         99  
6             BEGIN {
7 2     2   91 $VERSION = '0.01';
8             }
9              
10 0     0 1   sub dummy { 'Ms Nadda' }
11              
12             1;
13              
14             __END__