line |
l |
!l&&r |
!l&&!r |
condition |
228
|
0 |
50 |
139 |
$line->is_comment or $line->is_blank |
230
|
46 |
1 |
92 |
$self->_is_scenario_line($line->content) or $self->_is_tags_line($line->content) |
250
|
0 |
1 |
0 |
$line || $last_scenario->line |
264
|
0 |
18 |
190 |
$line->is_comment or $line->is_blank |
358
|
2 |
471 |
112 |
$lines[0]->is_comment || (($verb, $text) = $self->_is_step_line(1, $lines[0]->content)) |
368
|
112 |
1 |
358 |
$verb =~ /^($langdef->{'and'})$/ or $verb =~ /^($langdef->{'but'}$)/ |
402
|
26 |
0 |
0 |
$self->_is_table_line($content) or $self->_is_examples_line($content) |
|
26 |
0 |
0 |
$self->_is_table_line($content) or $self->_is_examples_line($content) or $self->_is_tags_line($content) |
|
0 |
0 |
0 |
$self->_is_table_line($content) or $self->_is_examples_line($content) or $self->_is_tags_line($content) or $self->_is_scenario_line($content) |
417
|
8 |
1 |
151 |
$lines[0]->is_comment || !($self->_is_step_line(0, $lines[0]->content) || $self->_is_examples_line($lines[0]->content) || $self->_is_tags_line($lines[0]->content) || $self->_is_scenario_line($lines[0]->content)) |