File Coverage

t005_l2.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 10 11 90.9


line stmt bran cond sub pod time code
1             package # hide from CPAN
2             t005_l2;
3 1     1   730 use strict;
  1         3  
  1         33  
4 1     1   5 use warnings;
  1         2  
  1         46  
5              
6 4     4 0 14 sub l2 {&main::l1}
7              
8             1;