| blib/lib/POE/Component.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | # Copyrights and documentation are after __END__. | ||||||
| 2 | |||||||
| 3 | package POE::Component; | ||||||
| 4 | |||||||
| 5 | 1 | 1 | 17666 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 40 | ||||||
| 6 | |||||||
| 7 | 1 | 1 | 4 | use vars qw($VERSION); | |||
| 1 | 2 | ||||||
| 1 | 57 | ||||||
| 8 | $VERSION = '1.367'; # NOTE - Should be #.### (three decimal places) | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | __END__ |