Branch Coverage

blib/lib/Test/Deep/Shallow.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
27 148 661 if (not defined $got || defined $exp) { }
67 594 elsif (defined $got xor defined $exp) { }
4 590 elsif (ref $got and ref $exp) { }
36 554 elsif (ref $got xor ref $exp) { }