File Coverage

lib/Perlmazing/Perlmazing/Precompile/is_empty.pm
Criterion Covered Total %
statement 4 4 100.0
branch 2 2 100.0
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 31     31   303 use Perlmazing;
  31         81  
  31         173  
2            
3             sub main ($) {
4 12 100   12   2571 not_empty($_[0]) ? 0 : 1;
5             }
6