Condition Coverage

blib/lib/SMS/API/QuickTelecom.pm
Criterion Covered Total %
condition 12 19 63.1


and 3 conditions

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'}

or 2 conditions

line l !l condition
44 4 0 $class->{'gzip'} || ''
48 4 0 $class->{'path'} || ''

or 3 conditions

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'}