File Coverage

blib/lib/Catmandu/Fix/mv.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              
2             use Catmandu::Sane;
3 1     1   80469  
  1         2  
  1         9  
4             our $VERSION = '1.2018';
5              
6             use Moo;
7 1     1   6 use namespace::clean;
  1         3  
  1         7  
8 1     1   387  
  1         3  
  1         9  
9             extends 'Catmandu::Fix::move_field';
10              
11             1;
12              
13              
14             =pod
15              
16             =head1 NAME
17              
18             Catmandu::Fix::mv - shortcut for Catmandu::Fix::move_field
19              
20             =head1 SEE ALSO
21              
22             L<Catmandu::Fix::move_field>
23              
24             =cut
25