| blib/lib/Config/Setting.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 16 | 68.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 209 | 0 | 1 | unless $section | 
| 217 | 0 | 6 | unless $section and $key | 
| 229 | 0 | 5 | unless $section and $key and $origkey | 
| 236 | 0 | 5 | if $key eq $origkey | 
| 239 | 4 | 2 | if $self->has($s, $key) | 
| 250 | 0 | 7 | unless $section and $key | 
| 256 | 1 | 4 | unless $self->expand($section, $1, $key) | 
| 264 | 1 | 20 | if @_ |