Condition Coverage

blib/lib/App/makebeamerinfo.pm
Criterion Covered Total %
condition 13 22 59.0


and 3 conditions

line !l l&&!r l&&r condition
93 0 1 0 not $$files{'pdf'} and $$files{'nav'}
97 0 1 0 not $$files{'nav'} and $$files{'pdf'}
271 0 1 0 $collapse and $$sections{$section}{'page'} == $page - 1
316 6 0 9 $$pages{$page}{'type'} eq 'frame' and not $$pages{$page}{'to_collapse'}
6 6 3 $$pages{$page}{'type'} eq 'frame' and not $$pages{$page}{'to_collapse'} and not $trans->default_frame

or 2 conditions

line l !l condition
49 0 1 $$args{'transition_set'} || 'default'
114 3 1 $$self{'transitions'}{$name} || die("Unknown transition set $name\n")

or 3 conditions

line l !l&&r !l&&!r condition
305 6 0 9 $$pages{$page}{'type'} eq 'increment' or $$pages{$page}{'to_collapse'}