blib/lib/DTL/Fast/Tag/Block.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
21 | 1 | 25 | unless $self->{'block_name'} |
24 | 1 | 24 | if (exists $DTL::Fast::Template::CURRENT_TEMPLATE->{'blocks'}{$self->{'block_name'}}) { } |
58 | 16 | 8 | if ($ns->{'_dtl_descendants'}) { } |
63 | 0 | 24 | if ($descendant == $self) { } |
16 | 8 | elsif ($descendant->{'blocks'}{$self->{'block_name'}}) { } |