File Coverage

lib/Perlmazing/Perlmazing/Precompile/isa_code.pm
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod n/a
total 4 6 66.6


line stmt bran cond sub pod time code
1 32     32   286 use Perlmazing qw(_isa_ref);
  32         89  
  32         170  
2              
3             sub main ($) {
4 0     0     _isa_ref('CODE', $_[0]);
5             }
6