Branch Coverage

blib/lib/Devel/MAT/ToolBase/GraphWalker.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
43 0 2 unless (@roots or @edges)
48 0 5 if (@roots == 1 and $roots[0] eq "EDEPTH")
54 3 2 if &any(sub { $_->strength eq "strong"; } , @roots)
56 0 2 if (@edges > 0 and $seen{$addr})
79 0 2 if ($refnode->edges_out > 1 and not $refnode->roots and not $id_for{$refnode->addr})
86 0 4 if ($refnode->addr == $addr) { }