lib/Class/Composite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 8 | 62.5 |
line | true | false | branch |
---|---|---|---|
86 | 8 | 0 | if defined $junior |
101 | 0 | 10 | unless defined $elem |
102 | 9 | 1 | if ($elem->isa('Class::Composite::Element')) { } |
107 | 1 | 0 | if @$subElems |