Branch Coverage

blib/lib/Pod/TOC.pm
Criterion Covered Total %
branch 15 20 75.0


line true false branch
39 0 42 unless $caller_sub =~ s/.*_(start|end)$/_$1_$element/
43 18 24 if $sub
57 11 9 unless $_[0]->_get_flag
71 0 18 unless $caller
73 9 9 $caller =~ /^_start_/ ? :
74 9 9 $caller =~ /^_end_/ ? :
76 0 18 unless ($on or $off)
80 0 18 unless $self->_is_valid_tag($tag)
83 9 9 if ($on) { }
9 0 elsif ($off) { }