blib/lib/MooseX/Clone/Meta/Attribute/Trait/Clone/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package MooseX::Clone::Meta::Attribute::Trait::Clone::Base; | ||||||
2 | |||||||
3 | our $VERSION = '0.06'; | ||||||
4 | |||||||
5 | 2 | 2 | 1651 | use Moose::Role; | |||
2 | 6 | ||||||
2 | 15 | ||||||
6 | 2 | 2 | 9927 | use namespace::autoclean; | |||
2 | 4 | ||||||
2 | 16 | ||||||
7 | |||||||
8 | requires "clone_value"; | ||||||
9 | |||||||
10 | __PACKAGE__ | ||||||
11 | |||||||
12 | __END__ |