Branch Coverage

inc/Test/Deep/Shallow.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
27 10 26 if (not defined $got || defined $exp) { }
0 26 elsif (defined $got xor defined $exp) { }
0 26 elsif (ref $got and ref $exp) { }
0 26 elsif (ref $got xor ref $exp) { }