| line | !l | l&&!r | l&&r | condition | 
 
| 145 | 15 | 0 | 0 | @_ and not $_[0] =~ /^[a-zA-Z]\w*$/ | 
 
| 175 | 0 | 0 | 0 | defined $block and not $block->is_filtered | 
 
| 234 | 0 | 0 | 1 | eval {
	do {
	require Text::Diff;
1
}
} and $Text::Diff::VERSION >= 0.35 | 
 
| 295 | 0 | 0 | 0 | exists $block->{$x} and exists $block->{$y} | 
 
| 317 | 0 | 0 | 0 | exists $block->{$x} and exists $block->{$y} | 
 
| 330 | 0 | 0 | 0 | exists $block->{$x} and exists $block->{$y} | 
 
| 343 | 0 | 0 | 0 | exists $block->{$x} and defined $y | 
 
| 357 | 0 | 0 | 0 | exists $block->{$x} and defined $y | 
 
| 581 | 0 | 0 | 10 | @value == 1 and $value[0] =~ /\A(\d+|)\z/ | 
| line | l | !l&&r | !l&&!r | condition | 
 
| 62 | 57 | 15 | 0 | $default_object ||= $default_class->new | 
 
| 196 | 0 | 0 | 0 | $block_delimiter ||= $self->block_delim_default | 
 
| 197 | 0 | 0 | 0 | $data_delimiter ||= $self->data_delim_default | 
 
| 243 | 0 | 1 | 26 | $ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual | 
 
|  | 1 | 0 | 26 | $ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected | 
 
|  | 1 | 25 | 1 | $ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected or $actual eq $expected | 
 
|  | 25 | 0 | 1 | $ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected or $actual eq $expected or not $self->have_text_diff | 
 
|  | 25 | 1 | 0 | $ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected or $actual eq $expected or not $self->have_text_diff or not $expected =~ /\n./s | 
 
| 286 | 16 | 0 | 0 | $Have_Plan or $DIED | 
 
|  | 16 | 0 | 0 | $Have_Plan or $DIED or not $import_called | 
 
| 410 | 0 | 0 | 112 | $reserved_section_names->{$id} or $id =~ /^_/ | 
 
| 581 | 0 | 0 | 10 | not @value or @value == 1 and $value[0] =~ /\A(\d+|)\z/ |