blib/lib/RPerl/DataType/Modifier.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::DataType::Modifier; | ||||||
3 | 7 | 7 | 1705 | use strict; | |||
7 | 14 | ||||||
7 | 156 | ||||||
4 | 7 | 7 | 27 | use warnings; | |||
7 | 14 | ||||||
7 | 140 | ||||||
5 | 7 | 7 | 33 | use RPerl::AfterSubclass; | |||
7 | 12 | ||||||
7 | 793 | ||||||
6 | our $VERSION = 0.001_010; | ||||||
7 | |||||||
8 | # NEED FIX?: RPerl Data Type, 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 |