| blib/lib/Test/HexDifferences.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 18 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 32 | 0 | 4 | 0 | @more && ref $more[0] eq 'HASH' |
| 39 | 1 | 1 | 2 | defined $got && defined $expected |
| 73 | 0 | 4 | 0 | @more && ref $more[0] eq 'HASH' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 3 | 1 | 0 | defined $got || defined $expected |
| 42 | 0 | 2 | 2 | $both_undefined or $any_undefined |
| 43 | 0 | 0 | 2 | $both_undefined || !$any_undefined && $got eq $expected |