blib/lib/Class/CompoundMethods.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 8 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
318 | 0 | 6 | 2 | defined &$method_name and 'Class::CompoundMethods' ne _function_package(\&$method_name) |
6 | 0 | 2 | defined &$method_name and 'Class::CompoundMethods' ne _function_package(\&$method_name) and not scalar grep({$_ == \&$method_name;} @$methods_to_call) |
line | l | !l | condition |
---|---|---|---|
313 | 6 | 2 | $Class::CompoundMethods::METHODS{$method_name} ||= [] |