| blib/lib/LaTeX/TOM/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 11 | 9.0 |
| 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*$/ |
| line | l | !l | condition |
|---|---|---|---|
| 25 | 650 | 0 | $node || {} |
| 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*$/ |