Branch Coverage

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


line true false branch
30 1 17 unless defined $thing
34 1 16 if ($r and defined $seen{$run}{$addr})
39 8 9 $r ? :
42 1 16 if (my $b = blessed $thing)
43 0 1 unless $b eq 'Regexp'
45 1 16 if ($circular)
51 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) { }
55 4 5 ref $_ eq 'HASH' ? :
62 1 2 if (@v == @$thing) { }
66 3 0 defined $_ ? :
74 5 1 exists $$row{$k} ? :
94 5 0 defined $k ? :
110 4 9 if (ref $inner)