line |
!l |
l&&!r |
l&&r |
condition |
158
|
0 |
0 |
0 |
@_ and not $_[0] =~ /^[a-zA-Z]\w*$/ |
188
|
0 |
0 |
0 |
defined $block and not $block->is_filtered |
252
|
0 |
0 |
0 |
eval {
do {
require Text::Diff;
1
}
} and $Text::Diff::VERSION >= 0.35 |
314
|
0 |
0 |
0 |
exists $$block{$x} and exists $$block{$y} |
336
|
0 |
0 |
4 |
exists $$block{$x} and exists $$block{$y} |
349
|
0 |
0 |
0 |
exists $$block{$x} and exists $$block{$y} |
362
|
0 |
0 |
0 |
exists $$block{$x} and defined $y |
376
|
0 |
0 |
0 |
exists $$block{$x} and defined $y |
405
|
0 |
0 |
0 |
exists $$block{$x} and exists $$block{$y} |
629
|
0 |
0 |
0 |
@value == 1 && !defined($value[0]) |
634
|
0 |
0 |
0 |
@value == 1 and defined $value[0] |
|
0 |
0 |
0 |
@value == 1 and defined $value[0] and $value[0] =~ /\A(\d+|)\z/ |
637
|
0 |
0 |
0 |
$value[0] and $_ eq $old |
line |
l |
!l&&r |
!l&&!r |
condition |
75
|
5 |
1 |
0 |
$default_object ||= $default_class->new |
214
|
0 |
0 |
0 |
$block_delimiter ||= $self->block_delim_default |
215
|
0 |
0 |
0 |
$data_delimiter ||= $self->data_delim_default |
262
|
0 |
0 |
4 |
$ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual |
|
0 |
0 |
4 |
$ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected |
|
0 |
4 |
0 |
$ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected or $actual eq $expected |
|
4 |
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 |
|
4 |
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 |
305
|
1 |
0 |
0 |
$Have_Plan or $DIED |
|
1 |
0 |
0 |
$Have_Plan or $DIED or not $import_called |
458
|
0 |
0 |
8 |
$$reserved_section_names{$id} or $id =~ /^_/ |
634
|
0 |
0 |
0 |
not @value or @value == 1 and defined $value[0] and $value[0] =~ /\A(\d+|)\z/ |