line |
true |
false |
branch |
20
|
0 |
20 |
if ($params{'debug'}) |
33
|
0 |
0 |
unless length $val |
46
|
0 |
0 |
if $self->{'debug'} |
49
|
0 |
0 |
ref $params{'url'} eq 'URI' ? : |
52
|
0 |
0 |
exists $params{'method'} && $params{'method'} =~ /^GET|POST$/ ? : |
56
|
0 |
0 |
if ($method eq 'POST') |
59
|
0 |
0 |
if exists $params{'args'}{'uuid'} |
64
|
0 |
0 |
if (ref $params{'args'}{$k} eq 'ARRAY') { } |
|
0 |
0 |
elsif (ref $params{'args'}{$k} eq 'HASH') { } |
|
0 |
0 |
elsif ($k ne 'action' and length $params{'args'}{$k}) { } |
77
|
0 |
0 |
if $method eq 'GET' |
79
|
0 |
0 |
if $self->{'logger'} |
82
|
0 |
0 |
if ($method eq 'GET') { } |
85
|
0 |
0 |
if $self->{'logger'} |
100
|
0 |
0 |
unless $response |