| blib/lib/LaTeX/TOM/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 1 | 18 | 5.5 |
| line | true | false | branch |
|---|---|---|---|
| 50 | 0 | 239 | unless $node->{'type'} eq "TEXT" |
| 110 | 0 | 0 | $node->{'math'} ? : |
| 116 | 0 | 0 | $node->{'plaintext'} ? : |
| 122 | 0 | 0 | defined $node->{'ostart'} ? : |
| 128 | 0 | 0 | defined $node->{'oend'} ? : |
| 156 | 0 | 0 | if ($node->{'children'}) |
| 166 | 0 | 0 | if ($node->{'children'}) |
| 209 | 0 | 0 | if ($next->{'type'} eq 'GROUP') { } |
| 0 | 0 | elsif ($next->{'type'} eq 'COMMENT' or $next->{'type'} eq 'TEXT' and $next->{'content'} =~ /^\s*$/ || $next->{'content'} =~ /^\s*\[\s*[0-9]+\s*\]\s*$/) { } |