Condition Coverage

lib/XML/Compile/SOAP/Server.pm
Criterion Covered Total %
condition 0 15 0.0


or 2 conditions

line l !l condition
48 0 0 $args{'selector'} || sub { 0; }
87 0 0 delete $answer->{'_RETURN_CODE'} || 200
88 0 0 delete $answer->{'_RETURN_TEXT'} || 'Answer included'

or 3 conditions

line l !l&&r !l&&!r condition
29 0 0 0 $self->roleURI($args->{'role'} || 'NEXT') || $args->{'role'}
45 0 0 0 $args{'encode'} || $self->compileMessage('SENDER')
139 0 0 0 $self->{'fault_writer'} ||= $self->compileMessage("SENDER")