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