line |
true |
false |
branch |
87
|
0 |
0 |
unless ref $e eq 'HASH' and exists $$e{'order'} and exists $$e{'pref'} and exists $$e{'svc'} |
89
|
0 |
0 |
unless Net::DRI::Util::verify_ushort($$e{'order'}) |
90
|
0 |
0 |
unless Net::DRI::Util::verify_ushort($$e{'pref'}) |
91
|
0 |
0 |
unless Net::DRI::Util::xml_is_token($$e{'svc'}, 1, undef) |
96
|
0 |
0 |
if (exists $$e{'flags'}) |
98
|
0 |
0 |
unless $$e{'flags'} =~ /^[A-Z0-9]$/i |
102
|
0 |
0 |
if (exists $$e{'regex'}) |
104
|
0 |
0 |
unless Net::DRI::Util::xml_is_token($$e{'regex'}, 1, undef) |
107
|
0 |
0 |
if (exists $$e{'replacement'}) |
109
|
0 |
0 |
unless Net::DRI::Util::xml_is_token($$e{'regex'}, 1, 255) |
123
|
0 |
0 |
unless $mes->is_success |
126
|
0 |
0 |
unless defined $infdata |
135
|
0 |
0 |
if ($name =~ /^(order|pref|flags|svc|regex|replacement)$/) |
157
|
0 |
0 |
unless (exists $$rd{'e164'} and ref $$rd{'e164'} eq 'ARRAY' and @{$$rd{'e164'};}) |
159
|
0 |
0 |
unless defined $def and exists $$def{'rfc4114_relax'} and $$def{'rfc4114_relax'} |
177
|
0 |
0 |
unless defined $toadd or defined $todel |
182
|
0 |
0 |
ref $toadd eq 'ARRAY' ? : |
|
0 |
0 |
if defined $toadd |
183
|
0 |
0 |
ref $todel eq 'ARRAY' ? : |
|
0 |
0 |
if defined $todel |