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 2014 2015-03-04 06:16:57Z gomor $
3             #
4             package Net::Write;
5 1     1   6191 use strict;
  1         2  
  1         42  
6 1     1   5 use warnings;
  1         2  
  1         60  
7              
8             require v5.6.1;
9              
10             our $VERSION = '1.10';
11              
12             1;
13              
14             __END__