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