| blib/lib/Input/Validator/Constraint/Equal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 16 | 1 | 1 | 13 | defined $e and defined $_ |
| 2 | 5 | 8 | defined $e and defined $_ and $e eq $_ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 16 | 14 | 1 | 1 | defined $e || defined $_ |
| 1 | 0 | 15 | not defined $e || defined $_ or defined $e and defined $_ and $e eq $_ |