blib/lib/Moose/Meta/Method/Accessor/Native/Collection.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 15 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 29 | 10 | 8 | $member_tc && $member_tc->has_coercion |
48 | 0 | 0 | 0 | $self->_constraint_must_be_checked && !$self->_check_new_members_only |
80 | 206 | 0 | 47 | $attr->should_coerce and $tc->has_coercion |
89 | 7 | 199 | 0 | $self->_is_root_type($tc->parent) and $tc->isa('Moose::Meta::TypeConstraint::Parameterized') || !$tc->can('parameterize') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
89 | 174 | 0 | 25 | $tc->isa('Moose::Meta::TypeConstraint::Parameterized') || !$tc->can('parameterize') |