| File: | local/lib/perl5/Test/Deep/Shallow.pm |
| Coverage: | 62.5% |
| line | % | coverage | branch | |
|---|---|---|---|---|
| 27 | 100 | T | F | if (not defined $got || defined $exp) { } |
| 50 | T | F | elsif (defined $got xor defined $exp) { } | |
| 50 | T | F | elsif (ref $got and ref $exp) { } | |
| 50 | T | F | elsif (ref $got xor ref $exp) { } | |