File Coverage

eg/L4pResurrectable.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 11 12 91.6


line stmt bran cond sub pod time code
1             use Log::Log4perl qw(:easy);
2 1     1   7 use vars qw($VERSION);
  1         2  
  1         5  
3 1     1   6  
  1         2  
  1         80  
4             $VERSION = "0.01";
5              
6             ###l4p DEBUG "foo was here";
7             ###l4p INFO "bar was here";
8 1     1 0 6 }
9 1         3  
10             1;