File Coverage

blib/lib/XML/RSS/Private/Output/Roles/ModulesElems.pm
Criterion Covered Total %
statement 6 8 75.0
branch n/a
condition n/a
subroutine 2 3 66.6
pod n/a
total 8 11 72.7


line stmt bran cond sub pod time code
1             package XML::RSS::Private::Output::Roles::ModulesElems;
2              
3 1     1   665 use strict;
  1         1  
  1         23  
4 1     1   3 use warnings;
  1         1  
  1         49  
5              
6             sub _out_modules_elements_if_supported {
7 0     0     my ($self, $top_elem) = @_;
8              
9 0           return $self->_out_modules_elements($top_elem);
10             }
11              
12             1;
13