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             package Catmandu::Fix::rm;
2              
3 1     1   94566 use Catmandu::Sane;
  1         2  
  1         10  
4              
5             our $VERSION = '1.2020';
6              
7 1     1   9 use Moo;
  1         2  
  1         11  
8 1     1   390 use namespace::clean;
  1         4  
  1         18  
9              
10             extends 'Catmandu::Fix::remove_field';
11              
12             1;
13              
14             __END__
15              
16             =pod
17              
18             =head1 NAME
19              
20             Catmandu::Fix::rm - shortcut for Catmandu::Fix::remove_field
21              
22             =head1 SEE ALSO
23              
24             L<Catmandu::Fix::remove_field>
25              
26             =cut