File Coverage

blib/lib/RPerl/Object.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             # [[[ HEADER ]]]
2             package RPerl::Object;
3 9     9   57 use strict;
  9         18  
  9         224  
4 9     9   54 use warnings;
  9         21  
  9         215  
5 9     9   45 use RPerl::AfterSubclass;
  9         20  
  9         1291  
6             our $VERSION = 0.003_000;
7              
8             # NEED FIX?: RPerl Object, no inheritance from RPerl or RPerl::CompileUnit::Module::Class
9              
10             # [[[ OO INHERITANCE ]]]
11             #use parent qw(RPerl::CompileUnit::Module::Class);
12             #use RPerl::CompileUnit::Module::Class;
13              
14             1; # end of class