File Coverage

lib/Perlmazing/Perlmazing/rmdir.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 2     2   20 use Perlmazing;
  2         5  
  2         12  
2 2     2   31 use File::Path 'remove_tree';
  2         6  
  2         187  
3            
4             sub main {
5 2     2 0 831 remove_tree $_[0];
6             }
7            
8             1;