File Coverage

blib/lib/RPerl/DataType.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1             # [[[ HEADER ]]]
2             package RPerl::DataType;
3 9     9   2729 use strict;
  9         19  
  9         223  
4 9     9   41 use warnings;
  9         17  
  9         190  
5 9     9   41 use RPerl::AfterSubclass;
  9         19  
  9         1239  
6             our $VERSION = 0.002_000;
7              
8             # [[[ OO INHERITANCE ]]]
9 9     9   58 use parent qw(RPerl::CompileUnit::Module::Class);
  9         21  
  9         59  
10 9     9   563 use RPerl::CompileUnit::Module::Class;
  9         19  
  9         187  
11              
12             # [[[ INCLUDES ]]]
13             # include modifiers here to be utilized by individual data types
14 9     9   3031 use RPerl::DataType::Modifier::Reference;
  9         22  
  9         126  
15              
16             1; # end of package