blib/lib/Moxie/Traits/Provider/Experimental.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 21 | 42.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 0 | 0 | 2 | $slot_name and $delegate |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
41 | 3 | 0 | 0 | $meta->has_slot($slot_name) or $meta->has_slot_alias($slot_name) |
54 | 9 | 7 | 1 | $_[0]{$slot_name} //= &$orig(@_) |
68 | 2 | 0 | 0 | $meta->has_slot($slot_name) or $meta->has_slot_alias($slot_name) |
89 | 36 | 0 | 0 | $meta->has_slot($slot_name) or $meta->has_slot_alias($slot_name) |
97 | 0 | 0 | 36 | $meta->has_method($method_name) or $meta->has_method_alias($method_name) |
0 | 0 | 36 | $meta->has_method($method_name) or $meta->has_method_alias($method_name) or $meta->requires_method($method_name) |