| blib/lib/Test/HexDifferences.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 9 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 0 | 4 | 0 | @more && ref $more[0] eq 'HASH' |
| 50 | 0 | 4 | 0 | @more && ref $more[0] eq 'HASH' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 2 | 0 | 2 | !(defined $got && defined $expected) || ref $got || ref $expected |