| blib/lib/WWW/Pastebin/PastebinCom/Create.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 13 | 69.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 31 | 1 | 0 | 1 | defined $args{'text'} and length $args{'text'} |
| 69 | 1 | 1 | 0 | defined $args{'desc'} and length $args{'desc'} > 60 |
| 83 | 2 | 0 | 0 | defined $args{'private'} and $args{'private'} eq '0' |
| line | l | !l | condition |
|---|---|---|---|
| 74 | 1 | 1 | $args{'format'} || '' |
| 79 | 1 | 1 | $args{'expiry'} || '' |