| line | true | false | branch | 
 
| 41 | 0 | 0 | unless $i16 > 1024 | 
 
| 48 | 0 | 0 | unless $i32 > 0 | 
 
| 107 | 0 | 0 | if ($repSeq == 0) { } | 
 
|  | 0 | 0 | elsif ($repSeq == $reqAck) { } | 
 
|  | 0 | 0 | elsif ($repSeq == ++$reqAck) { } | 
 
| 119 | 0 | 0 | if ($repAck == 0) { } | 
 
|  | 0 | 0 | elsif ($repAck == $reqSeq) { } | 
 
|  | 0 | 0 | elsif ($repAck == ++$reqSeq) { } | 
 
| 145 | 0 | 0 | if ($opts = unpack('H*', $p->reply->ref->{'TCP'}->options)) | 
 
| 146 | 0 | 0 | if ($opts =~ /080a(........)(........)/) | 
 
| 147 | 0 | 0 | if ($1 and not $1 =~ /44454144|00000000/) | 
 
| 150 | 0 | 0 | if ($2 and not $2 =~ /44454144|00000000/) | 
 
| 155 | 0 | 0 | if ($opts =~ /0204(....)/) | 
 
| 156 | 0 | 0 | if ($1) | 
 
| 162 | 0 | 0 | if ($opts =~ /0303(..)/) | 
 
| 163 | 0 | 0 | if ($1) | 
 
| 170 | 0 | 0 | if $p->reply->ref->{'TCP'}->payload | 
 
| 172 | 0 | 0 | unless $opts | 
 
| 173 | 0 | 0 | unless $mss | 
 
| 174 | 0 | 0 | unless $wscale | 
 
| 175 | 0 | 0 | $opts ? : |