| blib/lib/WebService/Antigate/V1.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 31 | 0 | 1 | 0 | defined $opts{'file'} and not -e $opts{'file'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 1 | 0 | 0 | defined $opts{'file'} || defined $opts{'content'} |
| 0 | 0 | 1 | not defined $opts{'file'} || defined $opts{'content'} or defined $opts{'file'} and not -e $opts{'file'} |