File Coverage

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