blib/lib/SMS/API/QuickTelecom.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 19 | 63.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
334 | 2 | 2 | 0 | defined $d{'sms_id'} and defined $d{'sms_group_id'} || defined $d{'date_from'} |
336 | 2 | 1 | 0 | defined $d{'sms_group_id'} and defined $d{'sms_id'} || defined $d{'date_from'} |
line | l | !l | condition |
---|---|---|---|
44 | 4 | 0 | $class->{'gzip'} || '' |
48 | 4 | 0 | $class->{'path'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
330 | 1 | 1 | 1 | defined $d{'sms_id'} or defined $d{'sms_group_id'} |
334 | 0 | 1 | 1 | defined $d{'sms_group_id'} || defined $d{'date_from'} |
336 | 0 | 0 | 1 | defined $d{'sms_id'} || defined $d{'date_from'} |