Branch Coverage

blib/lib/Array/Intersection.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
42 1 10 unless my $aref1 = shift()
43 0 10 unless my $aref2 = shift()
44 10034 1 if (defined $_) { }
45 11027 1 if (defined $_) { }
46 1 1013 if ($_ eq $UNDEF) { }