Branch Coverage

lib/Algorithm/Evolutionary/Individual/Tree.pm
Criterion Covered Total %
branch 2 22 9.0


line true false branch
180 0 0 $node->attributes->{'constant'} ? :
181 0 0 if ($$options{'primitives'}{$node->name}[0] > 0) { }
0 0 elsif ($$options{'primitives'}{$node->name}[0] == 0) { }
184 0 0 if ($node->right_sister)
201 0 0 if ($$options{'primitives'}{$node->name}[0] > 0)
203 0 0 if ($node->right_sister)
262 0 0 if ($#ar > 0) { }
265 0 0 if (ref $_ eq 'ARRAY') { }
270 0 0 if $_ != $ar[$#ar - 1]
291 0 7 if $depth == 1
294 6 0 if ($depth > 2) { }