|  line  | 
 !l  | 
 l&&!r  | 
 l&&r  | 
 condition  | 
 
| 
107
 | 
 0  | 
 0  | 
 5  | 
 $$self{'sessions'}{$sender} == 1 and $sender ne $session  | 
 
| 
116
 | 
 4  | 
 0  | 
 0  | 
 $thing and $sender ne $session  | 
 
| 
156
 | 
 1  | 
 0  | 
 4  | 
 $input =~ /^\s*([0-9]+)\s*,\s*([0-9]+)\s*$/ and _valid_ports($1, $2)  | 
 
| 
254
 | 
 0  | 
 0  | 
 4  | 
 defined $port1 and defined $port2  | 
 
| 
 | 
 0  | 
 0  | 
 4  | 
 $port1 >= 1 and $port1 <= 65535  | 
 
| 
 | 
 0  | 
 4  | 
 0  | 
 defined $port1 and defined $port2 and ($port1 >= 1 and $port1 <= 65535)  | 
 
| 
 | 
 0  | 
 0  | 
 4  | 
 $port2 >= 1 and $port2 <= 65535  | 
 
| 
 | 
 0  | 
 4  | 
 0  | 
 defined $port1 and defined $port2 and ($port1 >= 1 and $port1 <= 65535) and ($port2 >= 1 and $port2 <= 65535)  |