Branch Coverage

blib/lib/Net/OnlineCode/GraphDecoder.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
70 0 0 unless ($mblocks >= 1)
75 0 0 unless ($ablocks >= 1)
80 0 0 unless (ref $auxlist eq 'ARRAY')
85 0 0 unless (@$auxlist == $mblocks + $ablocks)
188 0 0 unless (ref $nodelist eq 'ARRAY')
200 0 0 unless ref $bone
275 0 0 if (scalar @junk)
280 0 0 unless (@$pending)
285 0 0 if ($start_node < $$self{'mblocks'})
294 0 0 unless ($$self{'unsolved_count'})
307 0 0 unless ref $bone
323 0 0 if ($unknowns == 0) { }
0 0 elsif ($unknowns == 1) { }
325 0 0 unless $from < $coblocks and not $solved
331 0 0 if $from != $bone->known_unsolved($from)
340 0 0 unless exists $$self{'bottom'}[$lower]{$from}
359 0 0 if ($from < $coblocks and not $solved)
365 0 0 if ($solved)
391 0 0 if ($to < $mblocks) { }
393 0 0 unless (--$$self{'unsolved_count'})