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   8 use Perlmazing;
  1         3  
  1         12  
2 1     1   558 use File::Copy::Recursive 'rcopy';
  1         6846  
  1         64  
3              
4             *main = *rcopy;
5              
6             1;