| lib/Config/AST/Root.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 6 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 92 | 0 | 0 | 23 | $self->{'_tree'} && $self->{'_tree'}->keys > 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 80 | 92 | 21 | 0 | $self->{'_tree'} //= 'Config::AST::Node::Section'->new($self, 'locus', 'Text::Locus'->new) |