Branch Coverage

lib/AutoCode/Compare.pm
Criterion Covered Total %
branch 2 28 7.1


line true false branch
14 0 1 unless $refs[0] eq $refs[1]
16 1 0 if ($ref eq '')
20 0 0 if ref $x eq ref $y
22 0 0 if (grep /^$ref$/, @REGULAR_REF) { }
42 0 0 unless $max == scalar @y
43 0 0 if $max == 0
45 0 0 unless $class->equal($x[$i], $y[$i])
58 0 0 unless $max == scalar keys %y
59 0 0 if $max == 0
63 0 0 if exists $y{$_}
65 0 0 unless $found == $max
68 0 0 unless $class->equal($x{$key}, $y{$key})
81 0 0 if (/^ARRAY$/) { }
0 0 elsif (/^HASH$/) { }