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 180     180   1077 use warnings;
  180         244  
  180         6070  
6 180     180   776 use strict;
  180         280  
  180         5644  
7              
8 180     180   761 use vars qw($VERSION);
  180         229  
  180         9572  
9             $VERSION = '1.367'; # NOTE - Should be #.### (three decimal places)
10              
11 180     180   129246 use IO::Pipely;
  180         4016338  
  180         9863  
12              
13             1;
14              
15             __END__