File Coverage

blib/lib/Moonshine/Bootstrap/v3/Caret.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::Caret;
2              
3 11     11   9236 use Moonshine::Magic;
  11         51  
  11         120  
4              
5             extends (
6             'Moonshine::Bootstrap::Component'
7             );
8              
9             with 'Moonshine::Bootstrap::Component::Caret';
10              
11             1;
12              
13