blib/lib/LaTeX/TOM/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 8 | 12.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
209 | 0 | 0 | 0 | $next->{'type'} eq "TEXT" and $next->{'content'} =~ /^\s*(?:\[\s*[0-9]+\s*\]\s*)?$/ |
line | l | !l | condition |
---|---|---|---|
25 | 650 | 0 | $node || {} |
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*)?$/ |