| blib/lib/Log/Saftpresse/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 57 | 0 | 0 | unless (-f $file) |
| 77 | 0 | 0 | unless (defined $hash) |
| 80 | 0 | 0 | if (defined $cur->{$element} and ref $cur->{$element} eq 'HASH') { } |
| 96 | 0 | 0 | if (defined $cur and defined $cur->{$key} and not ref $cur->{$key}) |
| 107 | 0 | 0 | if ($node = _get_hash_node($self->config, @_)) |
| 110 | 0 | 0 | if ($node = _get_hash_node($self->defaults, @_)) |
| 120 | 0 | 0 | if ($value = _get_hash_value($self->config, @_)) |
| 123 | 0 | 0 | if ($value = _get_hash_value($self->defaults, @_)) |