File Coverage

blib/lib/Moonshine/Bootstrap/v3/Panel.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Moonshine::Bootstrap::v3::Panel;
2              
3 5     5   12546 use Moonshine::Magic;
  5         11  
  5         42  
4              
5             extends (
6             'Moonshine::Bootstrap::Component',
7             'Moonshine::Bootstrap::v3::PanelHeader',
8             'Moonshine::Bootstrap::v3::PanelBody',
9             'Moonshine::Bootstrap::v3::PanelFooter',
10             );
11              
12             with 'Moonshine::Bootstrap::Component::Panel';
13              
14             1;
15              
16