File Coverage

blib/lib/RPerl/Test/Bar.pm
Criterion Covered Total %
statement 15 19 78.9
branch n/a
condition n/a
subroutine 5 6 83.3
pod n/a
total 20 25 80.0


line stmt bran cond sub pod time code
1 1     1   9 use RPerl;
  1         4  
  1         7  
2             package RPerl::Test::Bar;
3             use strict;
4 1     1   70 use warnings;
  1         5  
  1         26  
5 1     1   4 our $VERSION = 0.001_000;
  1         2  
  1         163  
6 1     1   6  
  1         6  
  1         27  
7 1     1   7 ## no critic qw(ProhibitUselessNoCritic ProhibitMagicNumbers RequireCheckedSyscalls) # USER DEFAULT 1: allow numeric values & print operator
  1         4  
  1         87  
8              
9             sub empty_sub {
10             { my void $RETURN_TYPE };
11             print 'I am empty.' . "\n";
12             return;
13 0     0     }
  0            
14 0            
15 0           1; # end of package