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 32     32   281 use Perlmazing;
  32     32   73  
  32         184  
  32         282  
  32         79  
  32         192  
2 32     32   218 use Scalar::Util 'openhandle';
  32     32   80  
  32         3013  
  32         236  
  32         89  
  32         2901  
3              
4             sub main ($) {
5 0     0     define openhandle $_[0];
  0     0      
6             }