blib/lib/Mouse/Meta/Method/Delegation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 4 | 0 | 7 | defined $tc && $tc->is_a_type_of('Object') && ($attr->is_required || $attr->has_default || $attr->has_builder) && ($attr->is_lazy || !$attr->has_clearer) |
38 | 0 | 14 | 2 | ref $proxy && !&Scalar::Util::blessed($proxy) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
14 | 20 | 1 | 0 | $attr->get_read_method || $attr->get_read_method_ref |