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