File Coverage

lib/Perlmazing/Perlmazing/Precompile/is_blessed.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 50     50   465 use Perlmazing;
  50         174  
  50         279  
2 50     50   426 use Scalar::Util;
  50         119  
  50         2700  
3            
4             *main = \&Scalar::Util::blessed;
5