| blib/lib/App/SmokeBrew/IniFile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 4 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 0 | 12 | if (defined $self->{'data'}{$self->current_section}{$name} and ref $self->{'data'}{$self->current_section}{$name} eq 'ARRAY') { } |
| 2 | 10 | elsif (defined $self->{'data'}{$self->current_section}{$name}) { } |