| blib/lib/Text/Parser/Rule.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 278 | 1 | 5 | 1 | defined $val and $val |
| 304 | 2 | 92 | 2 | $test_line and not defined $parser->this_line |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 199 | 19 | 13 | 1 | $self->_has_condition or $self->_has_action |
| 262 | 2 | 61 | 245 | not $parser->auto_split or $parser->NF < $self->min_nf |
| 295 | 12 | 1 | 96 | nocontent($self->action) or not $_[0]->auto_split |