Branch Coverage

blib/lib/Data/Dumper/Table.pm
Criterion Covered Total %
branch 29 34 85.2


line true false branch
29 1 17 unless defined $thing
33 1 16 if ($r and defined $seen{$run}{$addr})
38 8 9 $r ? :
41 1 16 if (my $b = blessed $thing)
42 0 1 unless $b eq 'Regexp'
44 1 16 if ($circular)
50 3 13 if ($r eq 'ARRAY') { }
3 10 elsif ($r eq 'HASH') { }
0 10 elsif ($r eq 'CODE') { }
1 9 elsif (uc $r eq 'REGEXP') { }
0 9 elsif ($r) { }
54 4 5 ref $_ eq 'HASH' ? :
61 1 2 if (@v == @$thing) { }
65 3 0 defined $_ ? :
73 5 1 exists $$row{$k} ? :
93 5 0 defined $k ? :
109 4 9 if (ref $inner)