File Coverage

blib/lib/Moonshine/Bootstrap/v3/NavItem.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::NavItem;
2              
3 9     9   12070 use Moonshine::Magic;
  9         26  
  9         62  
4              
5             extends (
6             'Moonshine::Bootstrap::Component',
7             'Moonshine::Bootstrap::v3::LinkedLi',
8             'Moonshine::Bootstrap::v3::DropdownUl',
9             );
10              
11             with 'Moonshine::Bootstrap::Component::NavItem';
12              
13             1;
14              
15