| blib/lib/Test/Deep/Shallow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 14 | 85.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 27 | 572 | 34 | 4 | ref $got and ref $exp |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 621 | 56 | 148 | defined $got || defined $exp |
| line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
|---|---|---|---|---|---|
| 27 | 610 | 11 | 56 | 0 | defined $got xor defined $exp |
| 0 | 34 | 2 | 570 | ref $got xor ref $exp |