line |
l |
!l&&r |
!l&&!r |
condition |
63
|
2 |
2 |
0 |
$default_object ||= $default_class->new |
202
|
0 |
0 |
0 |
$block_delimiter ||= $self->block_delim_default |
203
|
0 |
0 |
0 |
$data_delimiter ||= $self->data_delim_default |
249
|
0 |
0 |
2 |
$ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual |
|
0 |
0 |
2 |
$ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected |
|
0 |
2 |
0 |
$ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected or $actual eq $expected |
|
2 |
0 |
0 |
$ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected or $actual eq $expected or not $self->have_text_diff |
|
2 |
0 |
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 |
292
|
6 |
0 |
0 |
$Have_Plan or $DIED |
|
6 |
0 |
0 |
$Have_Plan or $DIED or not $import_called |
417
|
0 |
0 |
4 |
$$reserved_section_names{$id} or $id =~ /^_/ |
590
|
0 |
0 |
2 |
not @value or @value == 1 and $value[0] =~ /\A(\d+|)\z/ |