File Coverage

blib/lib/Net/Write.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             #
2             # $Id: Write.pm 2007 2015-01-27 06:26:42Z gomor $
3             #
4             package Net::Write;
5 1     1   4832 use strict;
  1         2  
  1         51  
6 1     1   6 use warnings;
  1         2  
  1         69  
7              
8             require v5.6.1;
9              
10             our $VERSION = '1.09';
11              
12             1;
13              
14             __END__