blib/lib/POE/Component/Client/Rcon.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 0 | 0 | 0 | defined $timeout and $timeout >= 0 |
31 | 0 | 0 | 0 | defined $retry and $retry >= 0 |
34 | 0 | 0 | 0 | defined $bytes and $bytes > 0 |
74 | 0 | 0 | 0 | defined $port and $port =~ /^\d+$/ |
231 | 0 | 0 | 0 | defined $port and $port =~ /^\d+$/ |
331 | 0 | 0 | 0 | defined $8 and $8 ne '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
75 | 0 | 0 | 0 | not defined $pw or $pw eq '' |
76 | 0 | 0 | 0 | not defined $cmd or $cmd eq '' |
232 | 0 | 0 | 0 | not defined $password or $password eq '' |