blib/lib/MooseX/XSAccessor/Trait/Attribute.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 21 | 24 | 87.5 |
line | true | false | branch |
---|---|---|---|
30 | 35 | 31 | if $self->has_type_constraint and $self->type_constraint ne "Any" |
31 | 0 | 31 | if $self->should_coerce |
32 | 4 | 27 | if $self->has_trigger |
33 | 1 | 26 | if $self->is_weak_ref |
34 | 2 | 24 | if $self->is_lazy |
35 | 0 | 24 | if $self->should_auto_deref |
41 | 17 | 75 | if $self->is_lazy |
42 | 4 | 71 | if $self->should_auto_deref |
48 | 5 | 9 | if $self->has_type_constraint and $self->type_constraint ne "Any" |
49 | 0 | 9 | if $self->should_coerce |
50 | 1 | 8 | if $self->has_trigger |
51 | 1 | 7 | if $self->is_weak_ref |