File Coverage

blib/lib/Bundle/Net/Frame.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: Frame.pm 9 2015-01-13 18:13:54Z gomor $
3             #
4             package Bundle::Net::Frame;
5 1     1   6863 use strict;
  1         2  
  1         56  
6 1     1   7 use warnings;
  1         2  
  1         65  
7              
8             our $VERSION = '1.03';
9              
10             1;
11              
12             __END__