File Coverage

blib/lib/Moonshine/Bootstrap/v4/Glyphicon.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Moonshine::Bootstrap::v4::Glyphicon;
2              
3 1     1   416 use Moonshine::Magic;
  1         2  
  1         5  
4              
5 1     1   369 use Moonshine::Bootstrap::Component::Glyphicon;
  1         1  
  1         25  
6             extends 'Moonshine::Bootstrap::Component::Glyphicon';
7              
8             1;
9              
10