line |
!l |
l&&!r |
l&&r |
condition |
83
|
0 |
0 |
0 |
$user and $user ne $uri_user |
92
|
0 |
0 |
0 |
$pass and $pass ne $uri_pass |
110
|
0 |
0 |
0 |
@path and not $path[0] |
113
|
0 |
0 |
0 |
@path and $path[-1] eq 'webservice.event' |
128
|
0 |
0 |
0 |
@path and $path[-1] =~ /^v(\d+)$/ |
178
|
0 |
0 |
0 |
$$result{'Code'} and my $code = $$result{'Code'}{'Value'} |
190
|
0 |
0 |
0 |
$stack and my $trace = $$stack{'Trace'} |
231
|
0 |
0 |
0 |
@$commands and $$commands[0] |
236
|
0 |
0 |
0 |
$known_commands and keys %{$known_commands;} |
249
|
0 |
0 |
0 |
$command_type and $command_type =~ /^[c|r|u|d]+$/xi |
288
|
0 |
0 |
0 |
&Scalar::Util::blessed($value) and try sub {
$value->isa('SOAP::Data');
}
|