Condition Coverage

blib/lib/Net/SMS/TextMagic.pm
Criterion Covered Total %
condition 3 12 25.0


and 3 conditions

line !l l&&!r l&&r condition
114 1 0 0 defined $params{'API_URL'} and $params{'API_URL'} ne ''
123 1 0 0 defined $params{'UserAgent'} and $params{'UserAgent'} ne ''
132 1 0 0 defined $params{'Timeout'} and $params{'Timeout'} ne ''
196 0 0 0 $params{'text'} and $params{'phone'}