File Coverage

lib/Perlmazing/Perlmazing/Precompile/isa_code.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 6 6 100.0


line stmt bran cond sub pod time code
1 50     50   445 use Perlmazing;
  50         128  
  50         331  
2            
3             sub main ($) {
4 43     43   12744 _isa_ref('CODE', $_[0]);
5             }
6