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 2     2   18 use Perlmazing;
  2         5  
  2         11  
2 2     2   1139 use File::Copy::Recursive 'rcopy';
  2         13868  
  2         134  
3            
4             *main = *rcopy;
5            
6             1;