| blib/lib/RPC/Simple/Factory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 27 | 29.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 107 | 0 | 0 | 0 | defined $$self{'socket'} and $$self{'socket'}->connected |
| 117 | 0 | 24 | 0 | defined $$self{'verbose'} and ${$$self{'verbose'};} |
| 177 | 0 | 0 | 2 | defined $val and $val == length $str2 |
| 285 | 0 | 0 | 1 | defined $RPC::Simple::Factory::serverPid and $RPC::Simple::Factory::serverPid != 0 |
| line | l | !l | condition |
|---|---|---|---|
| 38 | 0 | 0 | shift() || 'localhost' |
| 39 | 0 | 0 | shift() || 7810 |
| 40 | 0 | 0 | shift() || 0 |
| 49 | 0 | 1 | $args{'remote_host'} || 'localhost' |
| 50 | 0 | 1 | $args{'remote_port'} || '7810' |
| 51 | 0 | 1 | $args{'timeout'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 209 | 17 | 0 | 1 | $line = $fh->getline or not $codeEnd |