blib/lib/Data/Walk/Clone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
80 | 0 | 18 | is_HashRef($_[1]) && exists $_[1]{'donor_ref'} ? : |
18 | 5 | @_ == 2 ? : | |
114 | 23 | 80 | if ($self->_get_first_pass) |
116 | 0 | 23 | if (not $self->get_should_clone) { } |
134 | 94 | 9 | if ($self->get_should_clone and $passed_ref->{'skip'} eq 'NO') { } |