Branch Coverage

blib/lib/Data/Session/Serialize/DataDumper.pm
Criterion Covered Total %
branch 6 24 25.0


line true false branch
60 0 202 if (&blessed($_))
62 0 0 if (overload::Overloaded($_)) { }
69 0 0 if (exists $Data::Session::Serialize::DataDumper::overloaded{$address}) { }
77 0 0 if ($reftype eq 'HASH') { }
0 0 elsif ($reftype eq 'ARRAY') { }
0 0 elsif ($reftype eq 'SCALAR' or $reftype eq 'REF') { }
117 0 26 if ($@)
143 0 202 unless defined(my $x = shift @filter)
145 124 78 if $seen{&refaddr($x) or ''}++
152 52 0 if ($r eq 'HASH') { }
0 0 elsif ($r eq 'ARRAY') { }
0 0 elsif ($r eq 'SCALAR' or $r eq 'REF') { }