Branch Coverage

blib/lib/Graph/Undirected/Hamiltonicity/Output.pm
Criterion Covered Total %
branch 1 26 3.8


line true false branch
23 12258 0 if $format eq "none"
25 0 0 if ($format eq 'html') { }
0 0 elsif ($format eq 'text') { }
26 0 0 if (ref $input) { }
33 0 0 if (ref $input) { }
71 0 0 if ($g->vertices <= 12)
116 0 0 length "$vertex" == 1 ? :
130 0 0 if ($orig > $dest)
140 0 0 if ($required)
205 0 0 if ($counter)
221 0 0 if $i == $j
224 0 0 if ($g->has_edge($i, $j)) { }
227 0 0 $params{'required'} || $g->get_edge_attribute($i, $j, 'required') ? :