Branch Coverage

blib/lib/Games/Ratings/Chess/DWZ.pm
Criterion Covered Total %
branch 15 50 30.0


line true false branch
46 0 20 unless (defined $coefficient)
113 0 19 if ($P == 1)
117 0 19 if ($P == 0)
145 48 20 if ($W > $W_e) { }
155 2 66 if ($iteration_values_seen{$iteration_id}++)
160 19 49 if ($PD == 0.5 or $stop_iteration)
188 13 55 if ($P lt 0.5) { }
208 575 280 if ($rating_difference >= 0) { }
230 0 0 if ($player_rating <= 840) { }
0 0 elsif ($player_rating <= 1106) { }
0 0 elsif ($player_rating <= 1257) { }
0 0 elsif ($player_rating <= 1367) { }
0 0 elsif ($player_rating <= 1456) { }
0 0 elsif ($player_rating <= 1531) { }
0 0 elsif ($player_rating <= 1596) { }
0 0 elsif ($player_rating <= 1654) { }
0 0 elsif ($player_rating <= 1707) { }
0 0 elsif ($player_rating <= 1755) { }
0 0 elsif ($player_rating <= 1800) { }
0 0 elsif ($player_rating <= 1841) { }
0 0 elsif ($player_rating <= 1880) { }
0 0 elsif ($player_rating <= 1916) { }
0 0 elsif ($player_rating <= 1951) { }
291 0 855 if ($rating_difference >= 735)
294 0 855 if ($rating_difference <= -735)