Branch Coverage

blib/lib/Getopt/LL/DLList.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
25 1 29 if ($array_ref and not _ARRAYLIKE($array_ref))
38 1 28 unless ref $array_ref
39 1 27 unless scalar @{$array_ref;}
82 6 47 unless $node
89 42 5 if ($prev_node) { }
96 41 6 if ($next_node)
108 27 3 if ($head)
119 32 4 defined $_[0] && ref $_[0] && (&Scalar::Util::reftype($_[0]) eq 'ARRAY' || overload::Method($_[0], '@{}')) ? :