blib/lib/App/Config/Chronicle/Attribute/Global.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
17 | 0 | 0 | 0 | $value //= $self->data_set->{'app_settings_overrides'}->get($self->path) |
18 | 0 | 0 | 0 | $value //= $self->data_set->{'global'}->get($self->path) |
19 | 0 | 0 | 0 | $value //= $self->data_set->{'app_config'}->get($self->path) |
20 | 0 | 0 | 0 | $value //= $self->definition->{'default'} |