blib/lib/POE/Component/Lightspeed.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 | # Declare our package | ||||||
2 | package POE::Component::Lightspeed; | ||||||
3 | |||||||
4 | # Standard stuff to catch errors | ||||||
5 | 1 | 1 | 3148 | use strict qw(subs vars refs); # Make sure we can't mess up | |||
1 | 2 | ||||||
1 | 44 | ||||||
6 | 1 | 1 | 6 | use warnings FATAL => 'all'; # Enable warnings to catch errors | |||
1 | 3 | ||||||
1 | 72 | ||||||
7 | |||||||
8 | # Initialize our version | ||||||
9 | our $VERSION = '0.05'; | ||||||
10 | |||||||
11 | # This module is just a documentation placeholder | ||||||
12 | 1; | ||||||
13 | __END__ |