| blib/lib/Text/Parser/Rule.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 15 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 335 | 1 | 5 | 1 | defined $val and $val |
| 367 | 169 | 4 | 2 | $test_line and not defined $parser->this_line |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 56 | 18 | 2 | $self->_has_condition or $self->_has_action |
| 47 | 3 | 3 | 3 | exists $const{'if'} or $self->_has_blank_condition |
| 325 | 531 | 1 | 6 | $self->_no_preconds or $self->_test_preconditions($parser) |