| blib/lib/Config/INI/Reader/Multiline.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 6 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 11 | 8 | 9 | if $line =~ /\s*\\\s*\z/ |
| 13 | 5 | 4 | if exists $self->{'__buffer'} and $line =~ s/^\s*// |
| 19 | 8 | 2 | if $line =~ s/\s*\\\s*\z// and $line =~ s/\A\s*// |