File Coverage

lib/Perlmazing/Perlmazing/Precompile/isa_glob.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   282 use Perlmazing;
  32         100  
  32         189  
2              
3             sub main ($) {
4 0     0     _isa_ref('GLOB', $_[0]);
5             }
6