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