Condition Coverage

blib/lib/Pod/POM/View/DocBook.pm
Criterion Covered Total %
condition 0 42 0.0


and 3 conditions

line !l l&&!r l&&r condition
192 0 0 0 ref $content[0] eq 'Pod::POM::Node::Head1' and $content[0]->title eq 'NAME'
0 0 0 ref $content[0] eq 'Pod::POM::Node::Head1' and $content[0]->title eq 'NAME' and int @{$content[0]->content;} == 1
242 0 0 0 $dont_ucfirst{$lc_word} and $is_subsequent
282 0 0 0 ref $self and $$self{'titlecasing'}
525 0 0 0 defined $page and length $page
530 0 0 0 defined $url and defined $section
0 0 0 defined $url and defined $section and length $section

or 2 conditions

line l !l condition
96 0 0 $class->SUPER::new(@_) || (return)
113 0 0 $$self{'preservecase'} ||= {}
121 0 0 $$self{'forcecase'} ||= {}
130 0 0 $$self{'root'} ||= 'article'
131 0 0 $$self{'topsect'} ||= 'sect1'
202 0 0 $root ||= 'article'
203 0 0 $pubid ||= '-//OASIS//DTD DocBook XML V4.5//EN'
204 0 0 $sysid ||= 'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd'
205 0 0 $intsubset ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
333 0 0 0 @$items or @{$over->content;}