Branch Coverage

lib/Config/Proxy/Iterator.pm
Criterion Covered Total %
branch 14 20 70.0


line true false branch
17 80 0 if ($node->is_section) { }
23 72 8 if (defined $_{'recursive'}) { }
8 0 elsif ($_{'inorder'}) { }
0 0 elsif ($_{'postorder'}) { }
42 556 258 if ($self->{'_itr'})
43 486 70 if (defined(my $v = $self->{'_itr'}->next)) { }
47 0 70 if $self->postorder
51 250 78 if (defined($self->{'_cur'} = shift @{$$self{"_list"};}))
52 70 180 if ($self->recursive and $self->{'_cur'}->is_section)
54 70 0 if ($self->inorder) { }