Branch Coverage

blib/lib/BZFlag/Info.pm
Criterion Covered Total %
branch 0 60 0.0


line true false branch
29 0 0 if defined $proxy
33 0 0 $options{'Server'} ? :
59 0 0 unless ($serverport =~ /.*:\d+/)
116 0 0 unless $port
123 0 0 unless $port =~ /^\d+$/
131 0 0 unless (socket S, 2, 1, $proto)
136 0 0 unless (connect S, $server)
146 0 0 unless (read(S, $buffer, 9) == 9)
155 0 0 if ($magic ne 'BZFS')
161 0 0 if ($version != '1910')
170 0 0 unless (read(S, $buffer, 40) == 40)
181 0 0 unless ($infocode == 29031)
205 0 0 unless (read(S, $buffer, 8) == 8)
211 0 0 unless ($countcode == 29040)
218 0 0 unless (read(S, $buffer, 5) == 5)
224 0 0 unless ($countcode2 == 29813)
233 0 0 unless (read(S, $buffer, 8) == 8)
251 0 0 unless read(S, $buffer, 175) == 175
255 0 0 unless ($code == 24944)
271 0 0 if ($numPlayers <= 1)
289 0 0 if ($style & 1) { }
295 0 0 if ($style & 2) { }
301 0 0 if ($style & 4) { }
307 0 0 if ($style & 8) { }
313 0 0 if ($style & 16) { }
319 0 0 if ($style & 32) { }
325 0 0 if ($style & 64) { }
331 0 0 if ($style & 128) { }
337 0 0 if ($style & 256) { }
343 0 0 if ($style & 512) { }