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