File Coverage

blib/lib/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,v ce68fbcc7f6d 2019/05/23 05:58:40 gomor $
3             #
4             package Net::Frame;
5 1     1   4281 use strict;
  1         2  
  1         23  
6 1     1   4 use warnings;
  1         2  
  1         38  
7              
8             our $VERSION = '1.21';
9              
10             1;
11              
12             __END__