| blib/lib/Config/IOD/Reader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 20 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 72 | 9 | 484 | 25 | $self->{'enable_directive'} and $line =~ s/$directive_re// |
| 151 | 68 | 0 | 4 | $self->{'_merge'} and $self->{'_num_seen_section_lines'} > 1 |
| 172 | 352 | 0 | 0 | $self->{'warn_perl'} and not $space |
| 352 | 0 | 0 | $self->{'warn_perl'} and not $space and $val =~ /\A>/ | |
| 218 | 42 | 1 | 2 | $self->{'_merge'} and $self->{'_num_seen_section_lines'} > 1 |
| line | l | !l | condition |
|---|---|---|---|
| 147 | 2 | 70 | $res->{$cur_section} //= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 32 | 2 | 10 | 2 | $res->{$section}{$k} //= $res->{$msect}{$k} |