File Coverage

blib/lib/RPerl/Test/OperatorVoid01NamedVoidReturn/Class_12_Bad_00.pm
Criterion Covered Total %
statement 66 66 100.0
branch n/a
condition n/a
subroutine 22 22 100.0
pod n/a
total 88 88 100.0


line stmt bran cond sub pod time code
1             # [[[ PREPROCESSOR ]]]
2             # <<< GENERATE_ERROR: 'ERROR ECOGEASRP03' >>>
3             # <<< GENERATE_ERROR: "Argument count 4 exceeds maximum argument limit 1 for operator 'return'" >>>
4              
5             # [[[ HEADER ]]]
6 1     1   9 use RPerl;
  1         4  
  1         18  
7             package RPerl::Test::OperatorVoid01NamedVoidReturn::Class_12_Bad_00;
8             use strict;
9 1     1   71 use warnings;
  1         5  
  1         352  
10 1     1   11 our $VERSION = 0.001_000;
  1         5  
  1         165  
11              
12 1     1   10 # [[[ OO INHERITANCE ]]]
  1         5  
  1         127  
13             use parent qw(RPerl::Test);
14             use RPerl::Test;
15              
16             # [[[ CRITICS ]]]
17 1     1   10 ## no critic qw(ProhibitUselessNoCritic ProhibitMagicNumbers RequireCheckedSyscalls) # USER DEFAULT 1: allow numeric values & print operator
  1         5  
  1         49  
18 1     1   11 ## no critic qw(RequireInterpolationOfMetachars) # USER DEFAULT 2: allow single-quoted control characters & sigils
  1         2  
  1         16  
19              
20             # [[[ OO PROPERTIES ]]]
21 1     1   82 our hashref $properties = {};
  1         4  
  1         284  
22 1     1   9  
  1         2  
  1         12  
23             # [[[ SUBROUTINES & OO METHODS ]]]
24             our void::method $foo = sub { return 2, 3, 5, 7; };
25 1     1   71  
  1         5  
  1         26  
26 1     1   7 1; # end of class
  1         6  
  1         9