File Coverage

blib/lib/Moonshine/Bootstrap/v3/NavbarNav.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::NavbarNav;
2              
3 7     7   8215 use Moonshine::Magic;
  7         23  
  7         54  
4              
5             extends (
6             'Moonshine::Bootstrap::Component',
7             'Moonshine::Bootstrap::v3::Nav',
8             );
9              
10             with 'Moonshine::Bootstrap::Component::NavbarNav';
11              
12             1;
13              
14