blib/lib/POE/Pipe.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | # Deprecation notice: Read the documentation. | ||||||
2 | |||||||
3 | package POE::Pipe; | ||||||
4 | |||||||
5 | 180 | 180 | 932 | use warnings; | |||
180 | 240 | ||||||
180 | 5404 | ||||||
6 | 180 | 180 | 718 | use strict; | |||
180 | 213 | ||||||
180 | 5269 | ||||||
7 | |||||||
8 | 180 | 180 | 726 | use vars qw($VERSION); | |||
180 | 229 | ||||||
180 | 8902 | ||||||
9 | $VERSION = '1.365'; # NOTE - Should be #.### (three decimal places) | ||||||
10 | |||||||
11 | 180 | 180 | 110675 | use IO::Pipely; | |||
180 | 3607959 | ||||||
180 | 8274 | ||||||
12 | |||||||
13 | 1; | ||||||
14 | |||||||
15 | __END__ |