| blib/lib/MooseX/XSAccessor/Trait/Attribute.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 21 | 24 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 32 | 27 | if $self->has_type_constraint and $self->type_constraint ne 'Any' |
| 32 | 0 | 27 | if $self->should_coerce |
| 33 | 4 | 23 | if $self->has_trigger |
| 34 | 1 | 22 | if $self->is_weak_ref |
| 35 | 2 | 20 | if $self->is_lazy |
| 36 | 0 | 20 | if $self->should_auto_deref |
| 43 | 15 | 67 | if $self->is_lazy |
| 44 | 4 | 63 | if $self->should_auto_deref |
| 51 | 5 | 9 | if $self->has_type_constraint and $self->type_constraint ne 'Any' |
| 52 | 0 | 9 | if $self->should_coerce |
| 53 | 1 | 8 | if $self->has_trigger |
| 54 | 1 | 7 | if $self->is_weak_ref |