Condition Coverage

blib/lib/Pod/POM/View/Restructured.pm
Criterion Covered Total %
condition 7 39 17.9


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 4 $params and UNIVERSAL::isa($params, 'HASH')
68 2 0 0 defined $dest_file and $dest_file ne ''
94 0 0 0 $index_fh and defined $index_title
0 0 0 $index_fh and defined $index_title and $index_title ne ''
116 0 0 0 defined $this_title and not $this_title =~ /\A\s*\Z/
142 0 0 0 $index_fh and not $spec->{'no_toc'}
159 0 0 0 ref $file and UNIVERSAL::isa($file, 'GLOB')
463 0 0 0 $url eq '' and defined $label
0 0 0 $url eq '' and defined $label and $label ne ''
0 0 0 defined $label and $label ne ''
497 0 3 1 $namespace and $text =~ /^$namespace/

or 3 conditions

line l !l&&r !l&&!r condition
27 0 4 0 ref $class || $class
252 11 0 1 $self->{'seen_something'} or $self->{'title_set'}