Condition Coverage

blib/lib/AMF/Perl/App/Executive.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
184 0 0 0 $$self{'_headerFilter'} and $$self{'_headerFilter'} eq 'DescribeService'
240 0 0 0 exists $methodrecord{'access'} and lc $methodrecord{'access'} eq 'remote'
296 0 0 0 $serviceobject->can('methodTable') and exists $serviceobject->methodTable->{$method}

or 3 conditions

line l !l&&r !l&&!r condition
221 0 0 0 not exists $methodrecord{'instance'} or $$self{'_instanceName'} != $methodrecord{'instance'}