Condition Coverage

blib/lib/Text/Parser/Rule.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
300 1 5 1 defined $val and $val
332 90 4 2 $test_line and not defined $parser->this_line

or 3 conditions

line l !l&&r !l&&!r condition
207 19 13 1 $self->_has_condition or $self->_has_action
290 238 1 6 $self->_no_preconds or $self->_test_preconditions($parser)