| blib/lib/POE/Component/Server/JSONUnix.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 27 | 14.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 370 | 0 | 0 | 0 | defined $path and -S $path |
| 409 | 0 | 0 | 0 | defined $line and $line =~ /\S/ |
| 478 | 0 | 0 | 0 | $op eq 'read' && $errnum == 0 |
| 0 | 0 | 0 | $self->{'on_error'} and not $op eq 'read' && $errnum == 0 | |
| 522 | 0 | 0 | 0 | $wheel and $wheel->get_driver_out_octets |
| 574 | 1 | 0 | 3 | defined $self->{'req_id'} and not exists $out{'id'} |
| line | l | !l | condition |
|---|---|---|---|
| 167 | 0 | 0 | delete $args{'alias'} // "json_unix_server" |
| 0 | 0 | delete $args{'unlink_existing'} // 1 | |
| 572 | 2 | 2 | $out{'status'} //= "ok" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 435 | 0 | 0 | 0 | $request->{'command'} // $request->{'cmd'} |