| 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 | 9 | 9 | 3173 | use strict; | |||
| 9 | 19 | ||||||
| 9 | 216 | ||||||
| 4 | 9 | 9 | 39 | use warnings; | |||
| 9 | 18 | ||||||
| 9 | 164 | ||||||
| 5 | 9 | 9 | 38 | use RPerl::AfterSubclass; | |||
| 9 | 18 | ||||||
| 9 | 1028 | ||||||
| 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 |