Condition Coverage

blib/lib/Config/IOD/Reader.pm
Criterion Covered Total %
condition 13 14 92.8


and 3 conditions

line !l l&&!r l&&r condition
70 9 484 25 $self->{'enable_directive'} and $line =~ s/$directive_re//
149 68 0 4 $self->{'_merge'} and $self->{'_num_seen_section_lines'} > 1
211 42 1 2 $self->{'_merge'} and $self->{'_num_seen_section_lines'} > 1

or 2 conditions

line l !l condition
145 2 70 $res->{$cur_section} //= {}

or 3 conditions

line l !l&&r !l&&!r condition
30 2 10 2 $res->{$section}{$k} //= $res->{$msect}{$k}