| blib/lib/XML/SAX/RTF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 348 | 0 | 0 | 0 | $inbuf =~ /^\s*\\([a-z]+)/ and exists $groupnames{$1} |
| 0 | 0 | 0 | $inbuf =~ /^\s*\\\*\\([a-z]+)/ and exists $groupnames{$1} | |
| 356 | 0 | 0 | 0 | $name eq 'info' and $self->_current_element eq 'header' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 348 | 0 | 0 | 0 | $inbuf =~ /^\s*\\([a-z]+)/ and exists $groupnames{$1} or $inbuf =~ /^\s*\\\*\\([a-z]+)/ and exists $groupnames{$1} |