Branch Coverage

lib/Pod/POM/View/TOC.pm
Criterion Covered Total %
branch 4 16 25.0


line true false branch
141 26 0 if ($type =~ s/^seq_//) { }
0 0 elsif (ref $item eq 'HASH') { }
0 0 elsif (not ref $item) { }
142 24 2 if ($type eq 'text')
145 2 0 if ($type = $$Pod::POM::View::TOC::MARKUP{$type})
150 0 0 if (defined $$item{'content'}) { }
0 0 elsif (defined $$item{'text'}) { }
155 0 0 ref $text ? :