| inc/Test/Deep/Shallow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 14 | 35.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 27 | 16 | 0 | 0 | ref $got and ref $exp |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 16 | 0 | 2 | defined $got || defined $exp |
| line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
|---|---|---|---|---|---|
| 27 | 16 | 0 | 0 | 0 | defined $got xor defined $exp |
| 0 | 0 | 0 | 16 | ref $got xor ref $exp |