File Coverage

blib/lib/RPerl/Test/PerlAPINames/Class_00_Bad_03.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 ECOGEAS' >>>
3             # <<< GENERATE_ERROR: 'Perl API name conflict' >>>
4              
5             # [[[ HEADER ]]]
6 1     1   8 use RPerl;
  1         2  
  1         9  
7             package RPerl::Test::PerlAPINames::Class_00_Bad_03;
8             use strict;
9 1     1   68 use warnings;
  1         5  
  1         29  
10 1     1   7 our $VERSION = 0.001_000;
  1         6  
  1         185  
11              
12 1     1   9 # [[[ OO INHERITANCE ]]]
  1         3  
  1         113  
13             use parent qw(RPerl::CompileUnit::Module::Class);
14             use RPerl::CompileUnit::Module::Class;
15              
16             # [[[ CRITICS ]]]
17 1     1   8 ## no critic qw(ProhibitUselessNoCritic ProhibitMagicNumbers RequireCheckedSyscalls) # USER DEFAULT 1: allow numeric values & print operator
  1         3  
  1         33  
18 1     1   5 ## no critic qw(RequireInterpolationOfMetachars) # USER DEFAULT 2: allow single-quoted control characters & sigils
  1         1  
  1         8  
19              
20             # [[[ OO PROPERTIES ]]]
21 1     1   69 our hashref $properties = {
  1         3  
  1         9  
22 1     1   11 context => my integer $TYPED_context = 23
  1         4  
  1         5  
23             };
24              
25 1     1   90 1; # end of class
  1         3  
  1         30