| blib/lib/POE/Component/Basement/Std.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | =head1 NAME | ||||||
| 2 | |||||||
| 3 | POE::Component::Basement::Std | ||||||
| 4 | |||||||
| 5 | =cut | ||||||
| 6 | |||||||
| 7 | package POE::Component::Basement::Std; | ||||||
| 8 | 5 | 5 | 5498 | use Class::Std; | |||
| 5 | 59260 | ||||||
| 5 | 30 | ||||||
| 9 | |||||||
| 10 | =head1 DESCRIPTION | ||||||
| 11 | |||||||
| 12 | Just the basic base class of P::C::Basement. | ||||||
| 13 | |||||||
| 14 | Nothing to see, please walk along. | ||||||
| 15 | |||||||
| 16 | =cut | ||||||
| 17 | |||||||
| 18 | 1; |