File Coverage

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 205     205   1419 use warnings;
  205         309  
  205         8654  
6 205     205   745 use strict;
  205         333  
  205         4986  
7              
8 205     205   682 use vars qw($VERSION);
  205         322  
  205         8828  
9             $VERSION = '1.370'; # NOTE - Should be #.### (three decimal places)
10              
11 205     205   87530 use IO::Pipely;
  205         3521603  
  205         9910  
12              
13             1;
14              
15             __END__