line |
true |
false |
branch |
119
|
0 |
0 |
if (not $lpos) { } |
159
|
0 |
0 |
if (exists $$self{'services'}{$package}) |
172
|
0 |
0 |
unless (eval 'require ' . $package) |
184
|
0 |
0 |
if ($$self{'_headerFilter'} and $$self{'_headerFilter'} eq 'DescribeService') { } |
206
|
0 |
0 |
if (exists $$self{'_classConstruct'}->methodTable->{$method}) { } |
212
|
0 |
0 |
if (exists $methodrecord{'alias'}) |
218
|
0 |
0 |
if (exists $methodrecord{'instance'}) |
221
|
0 |
0 |
if (not exists $methodrecord{'instance'} or $$self{'_instanceName'} != $methodrecord{'instance'}) |
230
|
0 |
0 |
if (exists $methodrecord{'returns'}) { } |
240
|
0 |
0 |
if (exists $methodrecord{'access'} and lc $methodrecord{'access'} eq 'remote') { } |
243
|
0 |
0 |
if ($$self{'_classConstruct'}->can($method)) { } |
276
|
0 |
0 |
if (length $package == 0) { } |
|
0 |
0 |
elsif (not $serviceobject) { } |
|
0 |
0 |
elsif (not $serviceobject->can($method)) { } |
296
|
0 |
0 |
if ($serviceobject->can('methodTable') and exists $serviceobject->methodTable->{$method}) |
301
|
0 |
0 |
if (exists $methodrecord{'returns'}) { } |