Branch Coverage

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


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