Branch Coverage

blib/lib/Data/Session/Serialize/DataDumper.pm
Criterion Covered Total %
branch 3 24 12.5


line true false branch
60 0 26 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 26 0 unless defined(my $x = shift @filter)
145 0 0 if $seen{refaddr $x or ''}++
152 0 0 if ($r eq 'HASH') { }
0 0 elsif ($r eq 'ARRAY') { }
0 0 elsif ($r eq 'SCALAR' or $r eq 'REF') { }