File Coverage

blib/lib/HTML/FormatNroff/Sub.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 HTML::FormatNroff::Sub;
2              
3 7     7   501695 use 5.004;
  7         22  
  7         236  
4 7     7   30 use parent 'HTML::FormatNroff';
  7         9  
  7         45  
5              
6             1;
7              
8             __END__