| blib/lib/NET/MitM.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 26 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 451 | 0 | 0 | 0 | $this->{'verbose'} and $this->{'log_file'} |
| 687 | 0 | 0 | 0 | $this->{'client_to_server_callback'} and $this->{'verbose'} > 1 |
| 718 | 0 | 0 | 0 | $this->{'server_to_client_callback'} and $this->{'verbose'} > 1 |
| 925 | 0 | 0 | 0 | $this->{'LISTEN'} and vec $rout, fileno $this->{'LISTEN'}, 1 |
| 931 | 0 | 0 | 0 | not $each->{'CLIENT'} and $each != $this |
| 932 | 0 | 0 | 0 | $each->{'CLIENT'} and vec $rout, fileno $each->{'CLIENT'}, 1 |
| 946 | 0 | 0 | 0 | $each->{'SERVER'} and vec $rout, fileno $each->{'SERVER'}, 1 |
| line | l | !l | condition |
|---|---|---|---|
| 1021 | 0 | 0 | shift() || undef |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 133 | 0 | 0 | 0 | shift() || $this->{'remote_port_num'} |