Branch Coverage

blib/lib/MooseX/Clone/Meta/Attribute/Trait/Copy.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
17 1 4 if (exists $args{'init_arg'})
21 2 2 unless $self->has_value($proto)
31 0 2 if (not ref $value) { }
0 2 elsif (ref $value eq 'ARRAY') { }
2 0 elsif (ref $value eq 'HASH') { }