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