blib/lib/Net/SMS/2Way.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
109 | 0 | 0 | 0 | $$this{'sa_numbers_only'} > 0 and not $number =~ /^(27|0[78])/ |
111 | 0 | 0 | 0 | $$this{'sa_numbers_only'} > 0 and $number =~ /^(27[78])/ |
164 | 0 | 0 | 0 | $$this{'sa_numbers_only'} > 0 and not $number =~ /^(27|0[78])/ |
166 | 0 | 0 | 0 | $$this{'sa_numbers_only'} > 0 and $number =~ /^(27[78])/ |
185 | 0 | 0 | 0 | exists $$this{$option} and $$this{$option} ne '' |
323 | 0 | 0 | 0 | exists $$this{'http_proxy'} and $$this{'http_proxy'} ne '' |
line | l | !l | condition |
---|---|---|---|
319 | 0 | 0 | $$this{'timeout'} || 30 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
240 | 0 | 0 | 0 | pop @tmp || $this->send_to_log('WARN: Could not do http_post() for get_credits(): ' . $$this{'error'}) && (return -1) |