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 34     34   289 use Perlmazing;
  34     34   76  
  34         224  
  34         307  
  34         107  
  34         297  
2 34     34   267 use Scalar::Util 'openhandle';
  34     34   68  
  34         4455  
  34         285  
  34         76  
  34         4685  
3              
4             sub main ($) {
5 0     0     define openhandle $_[0];
  0     0      
6             }