Branch Coverage

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


line true false branch
27 148 677 if (not defined $got || defined $exp) { }
67 610 elsif (defined $got xor defined $exp) { }
4 606 elsif (ref $got and ref $exp) { }
36 570 elsif (ref $got xor ref $exp) { }