File Coverage

lib/Perlmazing/Perlmazing/Precompile/is_filehandle.pm
Criterion Covered Total %
statement 12 14 85.7
branch n/a
condition n/a
subroutine 4 6 66.6
pod n/a
total 16 20 80.0


line stmt bran cond sub pod time code
1 31     31   291 use Perlmazing;
  31     31   77  
  31         234  
  31         324  
  31         78  
  31         185  
2 31     31   295 use Scalar::Util 'openhandle';
  31     31   72  
  31         4186  
  31         314  
  31         72  
  31         4094  
3            
4             sub main ($) {
5 0     0     define openhandle $_[0];
  0     0      
6             }