| blib/lib/RPerl/GrammarRule.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 15 | 15 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | n/a | ||
| total | 20 | 20 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | # [[[ HEADER ]]] | ||||||
| 2 | package RPerl::GrammarRule; | ||||||
| 3 | 7 | 7 | 1631 | use strict; | |||
| 7 | 13 | ||||||
| 7 | 179 | ||||||
| 4 | 7 | 7 | 34 | use warnings; | |||
| 7 | 11 | ||||||
| 7 | 146 | ||||||
| 5 | 7 | 7 | 34 | use RPerl::AfterSubclass; | |||
| 7 | 12 | ||||||
| 7 | 776 | ||||||
| 6 | our $VERSION = 0.000_002; | ||||||
| 7 | |||||||
| 8 | # [[[ OO INHERITANCE ]]] | ||||||
| 9 | 7 | 7 | 39 | use parent qw(RPerl::CompileUnit::Module::Class); | |||
| 7 | 15 | ||||||
| 7 | 44 | ||||||
| 10 | 7 | 7 | 386 | use RPerl::CompileUnit::Module::Class; | |||
| 7 | 22 | ||||||
| 7 | 213 | ||||||
| 11 | |||||||
| 12 | # [[[ OO PROPERTIES ]]] | ||||||
| 13 | our hashref $properties = {}; | ||||||
| 14 | |||||||
| 15 | 1; # end of class |