Branch Coverage

lib/Config/HAProxy/Node/Section.pm
Criterion Covered Total %
branch 7 18 38.8


line true false branch
154 0 22 if ($n)
155 0 0 if $n >= @{$self->{'_tree'};}
263 0 3 unless my $arg = shift()
264 0 3 unless my $m = $match{$p}
265 3 0 if ($m->{'wantarg'}) { }
0 0 elsif ($arg) { }
277 12 0 if (ref $f eq 'ARRAY') { }
278 7 5 unless &{$f->[0];}($node, $f->[1])
280 0 0 unless &{$f;}($node)