blib/lib/HTML/Template/Parser/NodeBuilder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
93 | 4 | 0 | 29 | $parent->parent and $parent->parent->is_group_tag |
104 | 18 | 27 | 2 | $self->expected_begin_tag and not $parent->sub_type =~ $self->expected_begin_tag |
154 | 0 | 0 | 0 | $self->can_have_child and @{$$self{'children'};} == 0 |