blib/lib/Net/Postage/App.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | l | !l | condition |
---|---|---|---|
20 | 0 | 0 | $$args{'url'} || 'http://api.postageapp.com/v.1.0/send_message.json' |
29 | 0 | 0 | $$message{'subject'} || die('subject argument is required') |
30 | 0 | 0 | $$message{'from'} || die('from argument is required') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | $text or $html |
0 | 0 | 0 | $text or $html or $template |