File Coverage

blib/lib/Moonshine/Bootstrap/v3/EmbedRes.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::EmbedRes;
2              
3 5     5   3986 use Moonshine::Magic;
  5         13  
  5         33  
4              
5             with (
6             'Moonshine::Bootstrap::Component::EmbedRes',
7             );
8              
9             extends (
10             'Moonshine::Bootstrap::v3::EmbedResponsive',
11             'Moonshine::Bootstrap::v3::EmbedResponsiveIframe',
12             );
13              
14             1;
15              
16