File Coverage

blib/lib/Catmandu/Fix/copy.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Catmandu::Fix::copy;
2              
3 1     1   101423 use Catmandu::Sane;
  1         4  
  1         11  
4              
5             our $VERSION = '1.2020';
6              
7 1     1   8 use Moo;
  1         2  
  1         7  
8 1     1   415 use namespace::clean;
  1         2  
  1         9  
9              
10             extends 'Catmandu::Fix::copy_field';
11              
12             1;
13              
14             __END__
15              
16             =pod
17              
18             =head1 NAME
19              
20             Catmandu::Fix::copy - shortcut for Catmandu::Fix::copy_field
21              
22             =head1 SEE ALSO
23              
24             L<Catmandu::Fix::copy_field>
25              
26             =cut
27