blib/lib/Mason/PluginBundle.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 7 | 7 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 10 | 10 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Mason::PluginBundle; | ||||||
2 | $Mason::PluginBundle::VERSION = '2.23'; | ||||||
3 | 20 | 20 | 11700 | use Mason::PluginRole; | |||
20 | 238 | ||||||
20 | 446 | ||||||
4 | |||||||
5 | 20 | 20 | 108364 | method expand_to_plugins ($bundle_class:) { | |||
124 | 124 | 243 | |||||
124 | 219 | ||||||
6 | 124 | 699 | return Mason::PluginManager->process_plugin_specs( [ $bundle_class->requires_plugins ] ); | ||||
7 | } | ||||||
8 | |||||||
9 | requires 'requires_plugins'; | ||||||
10 | |||||||
11 | 1; |