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.24'; | ||||||
3 | 20 | 20 | 11438 | use Mason::PluginRole; | |||
20 | 264 | ||||||
20 | 120 | ||||||
4 | |||||||
5 | 20 | 20 | 94685 | method expand_to_plugins ($bundle_class:) { | |||
124 | 124 | 280 | |||||
124 | 257 | ||||||
6 | 124 | 677 | return Mason::PluginManager->process_plugin_specs( [ $bundle_class->requires_plugins ] ); | ||||
7 | } | ||||||
8 | |||||||
9 | requires 'requires_plugins'; | ||||||
10 | |||||||
11 | 1; |