| 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 | 9 | 9 | 3280 | use strict; | |||
| 9 | 17 | ||||||
| 9 | 216 | ||||||
| 4 | 9 | 9 | 43 | use warnings; | |||
| 9 | 19 | ||||||
| 9 | 244 | ||||||
| 5 | 9 | 9 | 47 | use RPerl::AfterSubclass; | |||
| 9 | 17 | ||||||
| 9 | 1090 | ||||||
| 6 | our $VERSION = 0.000_002; | ||||||
| 7 | |||||||
| 8 | # [[[ OO INHERITANCE ]]] | ||||||
| 9 | 9 | 9 | 58 | use parent qw(RPerl::CompileUnit::Module::Class); | |||
| 9 | 21 | ||||||
| 9 | 63 | ||||||
| 10 | 9 | 9 | 574 | use RPerl::CompileUnit::Module::Class; | |||
| 9 | 25 | ||||||
| 9 | 311 | ||||||
| 11 | |||||||
| 12 | # [[[ OO PROPERTIES ]]] | ||||||
| 13 | our hashref $properties = {}; | ||||||
| 14 | |||||||
| 15 | 1; # end of class |