File Coverage

lib/Perlmazing/Perlmazing/Precompile/is_blessed.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod n/a
total 8 10 80.0


line stmt bran cond sub pod time code
1 34     34   333 use Perlmazing;
  34         75  
  34         230  
2 34     34   279 use Scalar::Util;
  34         67  
  34         4347  
3              
4             sub main ($) {
5 0     0     define Scalar::Util::blessed($_[0]);
6             }
7