Condition Coverage

blib/lib/Graph/Kruskal.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
216 0 0 0 $v > 1 and $n > 0

or 3 conditions

line l !l&&r !l&&!r condition
95 0 0 0 shift() || croak("Graph::Kruskal::define_edges(): missing 'from' vortex number\n")
96 0 0 0 shift() || croak("Graph::Kruskal::define_edges(): missing 'to' vortex number\n")
97 0 0 0 shift() || croak("Graph::Kruskal::define_edges(): missing edge 'cost' value\n")