blib/lib/Net/Async/Webservice/Common/SyncAgentWrapper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 20 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 0 | 4 | 1 | $self->ua->can('ssl_opts') and %ssl |
40 | 4 | 0 | 1 | $fail and not $response->is_success |
51 | 0 | 0 | 0 | &blessed($uri) and not $uri->isa('URI') |
84 | 0 | 0 | 1 | defined $args{'user'} and defined $args{'pass'} |
92 | 0 | 0 | 1 | defined $user and defined $pass |
line | l | !l | condition |
---|---|---|---|
58 | 1 | 0 | delete $args{'method'} || 'GET' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
69 | 0 | 1 | 0 | ref $args{'content'} or defined $args{'content_type'} |