Condition Coverage

blib/lib/Net/Halo/Status.pm
Criterion Covered Total %
condition 2 50 4.0


and 2 conditions

line l !l condition
217 0 0 $str >> 3 && 1
218 0 0 $str >> 5 && 1
219 0 0 $str >> 6 && 1
220 0 0 $str >> 7 && 7
222 0 0 $str >> 3 && 1
223 0 0 $str >> 5 && 1
224 0 0 $str >> 6 && 1
226 0 0 $str >> 3 && 1
227 0 0 $str >> 5 && 3
228 0 0 $str >> 7 && 3
229 0 0 $str >> 9 && 3
230 0 0 $str >> 11 && 3
231 0 0 $str >> 13 && 31
233 0 0 $str >> 3 && 1
235 0 0 $str >> 3 && 3
236 0 0 $str >> 5 && 3

and 3 conditions

line !l l&&!r l&&r condition
90 1 0 0 defined $timeout and $timeout >= 0
93 1 0 0 defined $retry and $retry >= 0
247 0 0 0 defined $$player_flags{$flag_name} and defined $$player_flags{$flag_name}[$flag_value]
260 0 0 0 defined $$game_flags{$flag_name} and defined $$game_flags{$flag_name}[$flag_value]

or 3 conditions

line l !l&&r !l&&!r condition
180 0 0 0 $str eq '' or not $str =~ /^\d+\,\d+$/
213 0 0 0 $str eq '' or not $str =~ /^\d+$/