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 181     181   1724 use warnings;
  181         237  
  181         5078  
6 181     181   627 use strict;
  181         186  
  181         4387  
7              
8 181     181   601 use vars qw($VERSION);
  181         226  
  181         7711  
9             $VERSION = '1.366'; # NOTE - Should be #.### (three decimal places)
10              
11 181     181   99085 use IO::Pipely;
  181         3175459  
  181         7647  
12              
13             1;
14              
15             __END__