File Coverage

blib/lib/Fh.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             # back compatibility package for any code explicitly checking
2             # that the filehandle object is a Fh
3             package Fh;
4              
5 4     4   1243 use strict;
  4         6  
  4         94  
6 4     4   12 use warnings;
  4         4  
  4         124  
7              
8             $Fh::VERSION = '4.35_01';
9              
10             1;