File Coverage

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