Condition Coverage

blib/lib/LaTeX/TOM/Node.pm
Criterion Covered Total %
condition 1 11 9.0


and 3 conditions

line !l l&&!r l&&r condition
209 0 0 0 $next->{'type'} eq "TEXT" and $next->{'content'} =~ /^\s*$/ || $next->{'content'} =~ /^\s*\[\s*[0-9]+\s*\]\s*$/

or 2 conditions

line l !l condition
25 650 0 $node || {}

or 3 conditions

line l !l&&r !l&&!r condition
209 0 0 0 $next->{'content'} =~ /^\s*$/ || $next->{'content'} =~ /^\s*\[\s*[0-9]+\s*\]\s*$/
0 0 0 $next->{'type'} eq "COMMENT" or $next->{'type'} eq "TEXT" and $next->{'content'} =~ /^\s*$/ || $next->{'content'} =~ /^\s*\[\s*[0-9]+\s*\]\s*$/