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 7     7   1640 use strict;
  7         16  
  7         171  
4 7     7   32 use warnings;
  7         14  
  7         153  
5 7     7   32 use RPerl::AfterSubclass;
  7         14  
  7         893  
6             our $VERSION = 0.002_000;
7              
8             # [[[ OO INHERITANCE ]]]
9 7     7   40 use parent qw(RPerl::CompileUnit::Module::Class);
  7         17  
  7         54  
10 7     7   423 use RPerl::CompileUnit::Module::Class;
  7         16  
  7         154  
11              
12             # [[[ INCLUDES ]]]
13             # include modifiers here to be utilized by individual data types
14 7     7   1797 use RPerl::DataType::Modifier::Reference;
  7         17  
  7         124  
15              
16             1; # end of package