File Coverage

blib/lib/HTML/Widgets/NavMenu/LeadingPath/Component.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package HTML::Widgets::NavMenu::LeadingPath::Component;
2             $HTML::Widgets::NavMenu::LeadingPath::Component::VERSION = '1.1000';
3 11     11   61 use strict;
  11         17  
  11         255  
4 11     11   44 use warnings;
  11         20  
  11         238  
5              
6 11     11   43 use parent "HTML::Widgets::NavMenu::NodeDescription";
  11         20  
  11         40  
7              
8             1;
9              
10             __END__