blib/lib/Class/Pluggable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 7 | unless (ref $self) |
32 | 2 | 5 | unless $$self{'_PLUGINS'} |
45 | 0 | 1 | if (defined ${$$self{'_HOOK'};}{$hook}) |
57 | 1 | 2 | unless (defined $method) |
77 | 4 | 1 | if (defined &{"${plugin}::$method";}) |