Condition Coverage

blib/lib/LaTeX/TOM/Node.pm
Criterion Covered Total %
condition 1 8 12.5


and 3 conditions

line !l l&&!r l&&r condition
209 0 0 0 $next->{'type'} eq "TEXT" and $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->{'type'} eq "COMMENT" or $next->{'type'} eq "TEXT" and $next->{'content'} =~ /^\s*(?:\[\s*[0-9]+\s*\]\s*)?$/