File Coverage

blib/lib/Text/Pipe/Encoding.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 18 18 100.0


line stmt bran cond sub pod time code
1 2     2   1939 use 5.008;
  2         8  
  2         106  
2 2     2   12 use strict;
  2         4  
  2         81  
3 2     2   12 use warnings;
  2         3  
  2         108  
4              
5             package Text::Pipe::Encoding;
6             BEGIN {
7 2     2   61 $Text::Pipe::Encoding::VERSION = '1.101700';
8             }
9             # ABSTRACT: Text pipes that can encode and decode in various ways
10 2     2   13 use parent qw(Text::Pipe::Base);
  2         3  
  2         16  
11             1;
12              
13              
14             __END__