Condition Coverage

blib/lib/EPublisher/Target/Plugin/EPub.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
137 0 0 0 $epub_tmp and -d $epub_tmp

or 2 conditions

line l !l condition
23 0 0 $self->_config->{'source'} || []
25 0 0 $self->_config->{'author'} || 'Perl Author'
26 0 0 $self->_config->{'title'} || 'Pod Document'
27 0 0 $self->_config->{'lang'} || 'en'
28 0 0 $self->_config->{'output'} || ''
29 0 0 $self->_config->{'css'} || ''
30 0 0 $self->_config->{'cover'} || ''
31 0 0 $self->_config->{'encoding'} || ':encoding(UTF-8)'
86 0 0 "=head1 $$pod{'title'}\n\n" || ''
88 0 0 $$pod{'pod'} || ''
178 0 0 $self->_config->{'max_heading_level'} || 2