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   3079 use strict;
  9         21  
  9         232  
4 9     9   44 use warnings;
  9         20  
  9         188  
5 9     9   48 use RPerl::AfterSubclass;
  9         22  
  9         1256  
6             our $VERSION = 0.002_000;
7              
8             # [[[ OO INHERITANCE ]]]
9 9     9   61 use parent qw(RPerl::CompileUnit::Module::Class);
  9         22  
  9         61  
10 9     9   527 use RPerl::CompileUnit::Module::Class;
  9         17  
  9         184  
11              
12             # [[[ INCLUDES ]]]
13             # include modifiers here to be utilized by individual data types
14 9     9   3204 use RPerl::DataType::Modifier::Reference;
  9         24  
  9         164  
15              
16             1; # end of package