File Coverage

t004_l2.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 10 100.0


line stmt bran cond sub pod time code
1 2     2   1636 use strict;
  2         4  
  2         71  
2 2     2   9 use warnings;
  2         3  
  2         110  
3             sub l1;
4 9     9   56 sub l2 {l1}
5              
6             1;