blib/lib/Starch/Plugin/Bundle.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
53 | 136 | 77 | unless Moo::Role::does_role($role, $for_role) |
120 | 22 | 89 | if (Moo::Role::does_role($plugin, 'Starch::Plugin::Bundle')) { } |
121 | 0 | 22 | unless $plugin->can('new') |
128 | 0 | 89 | if $plugin->can('new') |