| blib/lib/Config/IOD/Reader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 14 | 92.8 |
| 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 |
| line | l | !l | condition |
|---|---|---|---|
| 145 | 2 | 70 | $res->{$cur_section} //= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 30 | 2 | 10 | 2 | $res->{$section}{$k} //= $res->{$msect}{$k} |