blib/lib/MooseX/Clone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
26 | 23 | 5 | if ($attr->does('MooseX::Clone::Meta::Attribute::Trait::Clone::Base')) |
29 | 23 | 0 | if (defined(my $init_arg = $attr->init_arg)) |
30 | 2 | 21 | if (exists $params{$init_arg}) |
43 | 2 | 21 | exists $clone_args{$attr} ? : |