Condition Coverage

inc/Test/Base.pm
Criterion Covered Total %
condition 25 83 30.1


and 3 conditions

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
316 0 0 0 exists $block->{$x} and exists $block->{$y}
338 0 0 12 exists $block->{$x} and exists $block->{$y}
351 0 0 0 exists $block->{$x} and exists $block->{$y}
364 0 0 0 exists $block->{$x} and defined $y
378 0 0 0 exists $block->{$x} and defined $y
407 0 0 0 exists $block->{$x} and exists $block->{$y}
632 0 11 0 @value == 1 && !defined($value[0])
637 0 0 11 @value == 1 and defined $value[0]
0 10 1 @value == 1 and defined $value[0] and $value[0] =~ /\A(\d+|)\z/
640 0 1 0 $value[0] and $_ eq $old

or 2 conditions

line l !l condition
163 0 0 shift() || ''
476 0 13 $description ||= ''
663 2 24 shift() || ''
666 13 13 $self->blocks_object->_filters_map->{$type} || []

or 3 conditions

line l !l&&r !l&&!r condition
75 15 6 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 12 0 3 $ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual
12 0 3 $ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected
0 3 0 $ENV{'TEST_SHOW_NO_DIFFS'} or not defined $actual or not defined $expected or $actual eq $expected
3 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
3 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
306 8 0 0 $Have_Plan or $DIED
8 0 0 $Have_Plan or $DIED or not $import_called
463 0 0 30 $reserved_section_names->{$id} or $id =~ /^_/
637 0 1 10 not @value or @value == 1 and defined $value[0] and $value[0] =~ /\A(\d+|)\z/