blib/lib/Device/Gsm/Sms/Token/SCA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 14 | 42.8 |
line | true | false | branch |
---|---|---|---|
37 | 2 | 7 | if ($length eq '00') |
50 | 0 | 7 | if ($length > 9) |
60 | 0 | 7 | if ($type ne '81' and $type ne '91') |
79 | 0 | 7 | if substr($sca, -1) eq 'F' |
82 | 7 | 0 | if $type eq '91' |
106 | 0 | 0 | if (not defined $data or $data eq '') |
113 | 0 | 0 | index($data, '+') == 0 ? : |