Condition Coverage

blib/lib/HTML/Toc.pm
Criterion Covered Total %
condition 24 24 100.0


and 3 conditions

line !l l&&!r l&&r condition
109 152 30 230 $aLevel == $aPreviousLevel and $aGroupLevel == $aPreviousGroupLevel
122 47 38 97 $$self{'options'}{'doNestGroup'} == 0 and $aGroupLevel != $aPreviousGroupLevel
211 1 1 412 $level =~ /$$self{'options'}{'levelToToc'}/ and $groupId =~ /$$self{'options'}{'groupToToc'}/
253 2 94 49 $$self{'options'}{'doSingleStepLevel'} and $aPreviousLevel
96 13 36 $$self{'options'}{'doSingleStepLevel'} and $aPreviousLevel and $level > $aPreviousLevel
288 108 17 20 scalar @$aHeaderLines and $level > 1

or 3 conditions

line l !l&&r !l&&!r condition
139 41 13 31 $aLevel > $aPreviousLevel or $aGroupLevel > $aPreviousGroupLevel
288 20 30 95 scalar @$aHeaderLines and $level > 1 or $aGlobalLevel