| blib/lib/MooseX/Attribute/LazyInflator/Meta/Role/Attribute.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 14 | 28.5 |
| line | true | false | branch |
|---|---|---|---|
| 43 | 0 | 0 | if defined $value |
| 45 | 0 | 0 | if ($instance->_inflated_attributes->{$self->name}) { } |
| 49 | 0 | 0 | defined $from_constructor ? : |
| 53 | 0 | 0 | if $self->should_coerce and $self->type_constraint->has_coercion |
| 154 | 0 | 38 | unless $self->has_type_constraint |
| 156 | 2 | 36 | $self->should_coerce && $self->type_constraint->has_coercion ? : |
| 160 | 38 | 0 | $self->type_constraint->can_be_inlined ? : |