File Coverage

lib/Perlmazing/Perlmazing/copy.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
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 1     1   14 use Perlmazing;
  1         2  
  1         8  
2 1     1   895 use File::Copy::Recursive 'rcopy';
  1         8377  
  1         151  
3            
4             *main = *rcopy;
5            
6             1;