Branch Coverage

blib/lib/Flash/FLAP/App/Executive.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
115 0 0 if (not $lpos) { }
155 0 0 if (exists $$self{'services'}{$package})
168 0 0 unless (eval 'require ' . $package)
180 0 0 if ($$self{'_headerFilter'} and $$self{'_headerFilter'} eq 'DescribeService') { }
202 0 0 if (exists $$self{'_classConstruct'}->methodTable->{$method}) { }
208 0 0 if (exists $methodrecord{'alias'})
214 0 0 if (exists $methodrecord{'instance'})
217 0 0 if (not exists $methodrecord{'instance'} or $$self{'_instanceName'} != $methodrecord{'instance'})
226 0 0 if (exists $methodrecord{'returns'}) { }
236 0 0 if (exists $methodrecord{'access'} and lc $methodrecord{'access'} eq 'remote') { }
239 0 0 if ($$self{'_classConstruct'}->can($method)) { }
272 0 0 if (length $package == 0) { }
0 0 elsif (not $serviceobject) { }
0 0 elsif (not $serviceobject->can($method)) { }