Branch Coverage

blib/lib/Graph/Kruskal.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
46 0 0 if (defined $Graph::Kruskal::V[$k])
81 0 0 unless $_ > 0
98 0 0 unless defined $Graph::Kruskal::V[$from]
99 0 0 unless defined $Graph::Kruskal::V[$to]
100 0 0 unless $from != $to
116 0 0 if ($i2 <= $n)
118 0 0 if (${$Graph::Kruskal::E[$i];}{'cost'} > ${$Graph::Kruskal::E[$i2];}{'cost'}) { }
121 0 0 if ($i21 <= $n)
123 0 0 if (${$Graph::Kruskal::E[$i2];}{'cost'} > ${$Graph::Kruskal::E[$i21];}{'cost'})
128 0 0 if ($i21 <= $n)
130 0 0 if (${$Graph::Kruskal::E[$i];}{'cost'} > ${$Graph::Kruskal::E[$i21];}{'cost'})
134 0 0 if ($i != $j) { }
195 0 0 if ($Graph::Kruskal::V[$i] > $Graph::Kruskal::V[$j]) { }
224 0 0 if ($i != $j)