blib/lib/Mouse/Meta/Method/Accessor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 0 | 0 | 0 | defined $constraint && $constraint->has_coercion && $attribute->should_coerce |
85 | 0 | 0 | 0 | $attribute->is_lazy and $type ne 'wo' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
35 | 0 | 0 | 0 | $type eq 'rw' or $type eq 'wo' |
63 | 0 | 0 | 0 | $is_weak or $trigger |
0 | 0 | 0 | $is_weak or $trigger or $should_deref |