blib/lib/Class/Component/Component/Autocall/InjectMethod.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
14 | 0 | 13 | unless $plugin |
17 | 10 | 3 | unless (ref $plugin eq 'HASH') |
26 | 0 | 3 | unless $plugin and $real_method |
27 | 1 | 2 | if (ref $real_method eq 'CODE') { } |
2 | 0 | elsif (not ref $real_method) { } |