line |
l |
!l&&r |
!l&&!r |
condition |
142
|
0 |
2 |
0 |
$part->{'mustUnderstand'} ||= delete $understand{$label} |
143
|
0 |
1 |
1 |
$part->{'destination'} ||= delete $destination{$label} |
206
|
2 |
0 |
0 |
$understand || $actor |
254
|
0 |
1 |
0 |
$self->{'writer'} ||= $self->_writer($elem, "include_namespaces", sub {
$_[2] if $_[0] ne "http://schemas.xmlsoap.org/soap/envelope/";
}
) |
264
|
0 |
0 |
0 |
$part->{'writer'} ||= $self->schemas->compileType("WRITER", $part->{'type'}, %$args, "element", $part->{'name'}, "include_namespaces", sub {
$_[2] if $_[0] ne "http://schemas.xmlsoap.org/soap/envelope/";
}
) |
291
|
1 |
0 |
0 |
$dec // $node |
307
|
1 |
0 |
0 |
$def->{'part'}{'element'} or $name |