| blib/lib/RPC/JSON.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 25 | 24.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 103 | 2 | 0 | 1 | ref $opts[0] eq 'HASH' and @opts == 1 | 
| 196 | 0 | 0 | 3 | $$self{'_ua'} and $$self{'smd'} | 
| 199 | 0 | 3 | 0 | $response and $response->is_success | 
| 249 | 0 | 0 | 0 | $$method{'name'} and $$method{'parameters'} | 
| 284 | 0 | 0 | 0 | $$self{'_service'} and $$self{'_service'}{'objectName'} | 
| 305 | 0 | 0 | 0 | $$self{'_service'} and $$self{'_service'}{'methods'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 146 | 0 | 3 | $$self{'timeout'} ||= 180 | 
| 272 | 0 | 0 | $$self{'_utf8'} || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 172 | 0 | 0 | 3 | $@ or not $uri |