File Coverage

blib/lib/RPerl/InputOutput.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             # [[[ HEADER ]]]
2             package RPerl::InputOutput::Stdin;
3 3     3   757 use strict;
  3         6  
  3         71  
4 3     3   13 use warnings;
  3         8  
  3         61  
5 3     3   15 use RPerl::AfterSubclass;
  3         5  
  3         383  
6             our $VERSION = 0.001_000;
7              
8             # [[[ OO INHERITANCE ]]]
9 3     3   17 use parent qw(RPerl::CompileUnit::Module::Class);
  3         6  
  3         16  
10 3     3   159 use RPerl::CompileUnit::Module::Class;
  3         6  
  3         97  
11              
12             # [[[ CRITICS ]]]
13             ## no critic qw(ProhibitUselessNoCritic ProhibitMagicNumbers RequireCheckedSyscalls) # USER DEFAULT 1: allow numeric values & print operator
14             ## no critic qw(RequireInterpolationOfMetachars) # USER DEFAULT 2: allow single-quoted control characters & sigils
15              
16             # [[[ OO PROPERTIES ]]]
17             our hashref $properties = {};
18              
19             1; # end of class