Branch Coverage

blib/lib/DTL/Fast/Tag/Ifchanged.pm
Criterion Covered Total %
branch 19 20 95.0


line true false branch
19 5 3 if ($self->{'parameter'}) { }
50 4 8 if ($tag_name eq 'else') { }
72 71 0 if (defined $forloop) { }
74 27 44 if ($self->{'watch_content'}) { }
77 9 18 if ($forloop->{'first'} or $result ne $self->{'last_iteration_content'}) { }
9 9 elsif (scalar @{$self->{'branches'};} > 1) { }
95 5 39 if ($forloop->{'first'}) { }
102 14 25 if ($self->watches_changed($context)) { }
9 16 elsif (scalar @{$self->{'branches'};} > 1) { }
133 14 25 unless (DTL::Fast::Expression::Operator::Binary::Eq::dispatch($self, $watch, $preserve))