Batsman K Aashiq, checking for Batting rules
Apply Out for zero => ((5 == 0) ? -2:0) => 0
Apply Runs => (5 * 1) => 5
Apply Fours => (1 * 1) => 1
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((5 >= 30) ? 4:0) => 0
Apply Half Century => ((5 >= 50) ? 4:0) => 0
Apply Century => ((5 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((71.43 < 50) ? -2:0) => 0
Apply SR Below 60 => ((71.43 < 60) ? -2:0) => 0
Apply SR Below 70 => ((71.43 < 70) ? -2:0) => 0
Apply SR Over 130 => ((71.43 > 130) ? 2:0) => 0
Apply SR Over 150 => ((71.43 > 150) ? 2:0) => 0
Apply SR Over 170 => ((71.43 > 170) ? 2:0) => 0
Total => 6
Batsman RS Mokit Hariharan, checking for Batting rules
Apply Out for zero => ((25 == 0) ? -2:0) => 0
Apply Runs => (25 * 1) => 25
Apply Fours => (3 * 1) => 3
Apply Sixes! => (1 * 2) => 2
Apply 30 Runs => ((25 >= 30) ? 4:0) => 0
Apply Half Century => ((25 >= 50) ? 4:0) => 0
Apply Century => ((25 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((156.25 < 50) ? -2:0) => 0
Apply SR Below 60 => ((156.25 < 60) ? -2:0) => 0
Apply SR Below 70 => ((156.25 < 70) ? -2:0) => 0
Apply SR Over 130 => ((156.25 > 130) ? 2:0) => 2
Apply SR Over 150 => ((156.25 > 150) ? 2:0) => 2
Apply SR Over 170 => ((156.25 > 170) ? 2:0) => 0
Total => 34
Batsman Baba Aparajith, checking for Batting rules
Apply Out for zero => ((63 == 0) ? -2:0) => 0
Apply Runs => (63 * 1) => 63
Apply Fours => (1 * 1) => 1
Apply Sixes! => (7 * 2) => 14
Apply 30 Runs => ((63 >= 30) ? 4:0) => 4
Apply Half Century => ((63 >= 50) ? 4:0) => 4
Apply Century => ((63 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((157.5 < 50) ? -2:0) => 0
Apply SR Below 60 => ((157.5 < 60) ? -2:0) => 0
Apply SR Below 70 => ((157.5 < 70) ? -2:0) => 0
Apply SR Over 130 => ((157.5 > 130) ? 2:0) => 2
Apply SR Over 150 => ((157.5 > 150) ? 2:0) => 2
Apply SR Over 170 => ((157.5 > 170) ? 2:0) => 0
Total => 90
Batsman Vijay Shankar, checking for Batting rules
Apply Out for zero => ((59 == 0) ? -2:0) => 0
Apply Runs => (59 * 1) => 59
Apply Fours => (6 * 1) => 6
Apply Sixes! => (1 * 2) => 2
Apply 30 Runs => ((59 >= 30) ? 4:0) => 4
Apply Half Century => ((59 >= 50) ? 4:0) => 4
Apply Century => ((59 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((128.26 < 50) ? -2:0) => 0
Apply SR Below 60 => ((128.26 < 60) ? -2:0) => 0
Apply SR Below 70 => ((128.26 < 70) ? -2:0) => 0
Apply SR Over 130 => ((128.26 > 130) ? 2:0) => 0
Apply SR Over 150 => ((128.26 > 150) ? 2:0) => 0
Apply SR Over 170 => ((128.26 > 170) ? 2:0) => 0
Total => 75
Batsman N Jagadeesan, checking for Batting rules
Apply Out for zero => ((5 == 0) ? -2:0) => 0
Apply Runs => (5 * 1) => 5
Apply Fours => (0 * 1) => 0
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((5 >= 30) ? 4:0) => 0
Apply Half Century => ((5 >= 50) ? 4:0) => 0
Apply Century => ((5 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((100 < 50) ? -2:0) => 0
Apply SR Below 60 => ((100 < 60) ? -2:0) => 0
Apply SR Below 70 => ((100 < 70) ? -2:0) => 0
Apply SR Over 130 => ((100 > 130) ? 2:0) => 0
Apply SR Over 150 => ((100 > 150) ? 2:0) => 0
Apply SR Over 170 => ((100 > 170) ? 2:0) => 0
Total => 5
Batsman Abhishek Tanwar, checking for Batting rules
Apply Out for zero => ((9 == 0) ? -2:0) => 0
Apply Runs => (9 * 1) => 9
Apply Fours => (2 * 1) => 2
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((9 >= 30) ? 4:0) => 0
Apply Half Century => ((9 >= 50) ? 4:0) => 0
Apply Century => ((9 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((128.57 < 50) ? -2:0) => 0
Apply SR Below 60 => ((128.57 < 60) ? -2:0) => 0
Apply SR Below 70 => ((128.57 < 70) ? -2:0) => 0
Apply SR Over 130 => ((128.57 > 130) ? 2:0) => 0
Apply SR Over 150 => ((128.57 > 150) ? 2:0) => 0
Apply SR Over 170 => ((128.57 > 170) ? 2:0) => 0
Total => 11
Batsman S Dinesh Raj, checking for Batting rules
Apply Out for zero => ((0 == 0) ? -2:0) => -2
Apply Runs => (0 * 1) => 0
Apply Fours => (0 * 1) => 0
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((0 >= 30) ? 4:0) => 0
Apply Half Century => ((0 >= 50) ? 4:0) => 0
Apply Century => ((0 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((0 < 50) ? -2:0) => -2
Apply SR Below 60 => ((0 < 60) ? -2:0) => -2
Apply SR Below 70 => ((0 < 70) ? -2:0) => -2
Apply SR Over 130 => ((0 > 130) ? 2:0) => 0
Apply SR Over 150 => ((0 > 150) ? 2:0) => 0
Apply SR Over 170 => ((0 > 170) ? 2:0) => 0
Total => -8
Bowler V Athisayaraj Davidson, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (1 * 4) => 4
Apply Wides => (1 * -2) => -2
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((1 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((1 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((1 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((10 < 5) ? 2:0) => 0
Apply ER Below 6 => ((10 < 6) ? 2:0) => 0
Apply ER Below 7 => ((10 < 7) ? 2:0) => 0
Apply ER Above 10 => ((10 > 10) ? -2:0) => 0
Apply ER Above 11 => ((10 > 11) ? -2:0) => 0
Apply ER Above 12 => ((10 > 12) ? -2:0) => 0
Total => 2
Bowler M Ganesh Moorthi, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (1 * 4) => 4
Apply Wides => (5 * -2) => -10
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((1 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((1 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((1 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((7.7 < 5) ? 2:0) => 0
Apply ER Below 6 => ((7.7 < 6) ? 2:0) => 0
Apply ER Below 7 => ((7.7 < 7) ? 2:0) => 0
Apply ER Above 10 => ((7.7 > 10) ? -2:0) => 0
Apply ER Above 11 => ((7.7 > 11) ? -2:0) => 0
Apply ER Above 12 => ((7.7 > 12) ? -2:0) => 0
Total => -6
Bowler P Saravana Kumar, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (1 * 4) => 4
Apply Wides => (2 * -2) => -4
Apply No Balls => (1 * -2) => -2
Apply 3 Wicket Bonus => ((1 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((1 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((1 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((7.8 < 5) ? 2:0) => 0
Apply ER Below 6 => ((7.8 < 6) ? 2:0) => 0
Apply ER Below 7 => ((7.8 < 7) ? 2:0) => 0
Apply ER Above 10 => ((7.8 > 10) ? -2:0) => 0
Apply ER Above 11 => ((7.8 > 11) ? -2:0) => 0
Apply ER Above 12 => ((7.8 > 12) ? -2:0) => 0
Total => -2
Bowler K Easwaran, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (1 * 4) => 4
Apply Wides => (2 * -2) => -4
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((1 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((1 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((1 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((11.3 < 5) ? 2:0) => 0
Apply ER Below 6 => ((11.3 < 6) ? 2:0) => 0
Apply ER Below 7 => ((11.3 < 7) ? 2:0) => 0
Apply ER Above 10 => ((11.3 > 10) ? -2:0) => -2
Apply ER Above 11 => ((11.3 > 11) ? -2:0) => -2
Apply ER Above 12 => ((11.3 > 12) ? -2:0) => 0
Total => -4
Bowler Sanjay Yadav, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (0 * 4) => 0
Apply Wides => (0 * -2) => 0
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((0 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((0 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((0 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((10 < 5) ? 2:0) => 0
Apply ER Below 6 => ((10 < 6) ? 2:0) => 0
Apply ER Below 7 => ((10 < 7) ? 2:0) => 0
Apply ER Above 10 => ((10 > 10) ? -2:0) => 0
Apply ER Above 11 => ((10 > 11) ? -2:0) => 0
Apply ER Above 12 => ((10 > 12) ? -2:0) => 0
Total => 0
Bowler R Rajkumar, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (1 * 4) => 4
Apply Wides => (0 * -2) => 0
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((1 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((1 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((1 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((7.2 < 5) ? 2:0) => 0
Apply ER Below 6 => ((7.2 < 6) ? 2:0) => 0
Apply ER Below 7 => ((7.2 < 7) ? 2:0) => 0
Apply ER Above 10 => ((7.2 > 10) ? -2:0) => 0
Apply ER Above 11 => ((7.2 > 11) ? -2:0) => 0
Apply ER Above 12 => ((7.2 > 12) ? -2:0) => 0
Total => 4
Catcher K Easwaran, checking for Catching/Fielding rules
Apply Catch! => (1 * 8) => 8
Apply 3+ Catches => ((1 >= 3) ? 4:0) => 0
Apply Run outs => (0 * 6) => 0
Apply Stumped => (0 * 6) => 0
Apply LBW => (0 * 2) => 0
Apply Bowled => (0 * 1) => 0
Apply Catch&Bowled => (0 * 5) => 0
Total => 8
Catcher R Rajkumar, checking for Catching/Fielding rules
Apply Catch! => (1 * 8) => 8
Apply 3+ Catches => ((1 >= 3) ? 4:0) => 0
Apply Run outs => (0 * 6) => 0
Apply Stumped => (0 * 6) => 0
Apply LBW => (0 * 2) => 0
Apply Bowled => (0 * 1) => 0
Apply Catch&Bowled => (0 * 5) => 0
Total => 8
Catcher M Ganesh Moorthi, checking for Catching/Fielding rules
Apply Catch! => (1 * 8) => 8
Apply 3+ Catches => ((1 >= 3) ? 4:0) => 0
Apply Run outs => (0 * 6) => 0
Apply Stumped => (0 * 6) => 0
Apply LBW => (0 * 2) => 0
Apply Bowled => (0 * 1) => 0
Apply Catch&Bowled => (0 * 5) => 0
Total => 8
Catcher Jagatheesan Kousik, checking for Catching/Fielding rules
Apply Catch! => (2 * 8) => 16
Apply 3+ Catches => ((2 >= 3) ? 4:0) => 0
Apply Run outs => (0 * 6) => 0
Apply Stumped => (0 * 6) => 0
Apply LBW => (0 * 2) => 0
Apply Bowled => (0 * 1) => 0
Apply Catch&Bowled => (0 * 5) => 0
Total => 16
Batsman Waseem Ahmed, checking for Batting rules
Apply Out for zero => ((10 == 0) ? -2:0) => 0
Apply Runs => (10 * 1) => 10
Apply Fours => (0 * 1) => 0
Apply Sixes! => (1 * 2) => 2
Apply 30 Runs => ((10 >= 30) ? 4:0) => 0
Apply Half Century => ((10 >= 50) ? 4:0) => 0
Apply Century => ((10 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((111.11 < 50) ? -2:0) => 0
Apply SR Below 60 => ((111.11 < 60) ? -2:0) => 0
Apply SR Below 70 => ((111.11 < 70) ? -2:0) => 0
Apply SR Over 130 => ((111.11 > 130) ? 2:0) => 0
Apply SR Over 150 => ((111.11 > 150) ? 2:0) => 0
Apply SR Over 170 => ((111.11 > 170) ? 2:0) => 0
Total => 12
Batsman Jayaraman Suresh Kumar, checking for Batting rules
Apply Out for zero => ((63 == 0) ? -2:0) => 0
Apply Runs => (63 * 1) => 63
Apply Fours => (6 * 1) => 6
Apply Sixes! => (2 * 2) => 4
Apply 30 Runs => ((63 >= 30) ? 4:0) => 4
Apply Half Century => ((63 >= 50) ? 4:0) => 4
Apply Century => ((63 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((157.5 < 50) ? -2:0) => 0
Apply SR Below 60 => ((157.5 < 60) ? -2:0) => 0
Apply SR Below 70 => ((157.5 < 70) ? -2:0) => 0
Apply SR Over 130 => ((157.5 > 130) ? 2:0) => 2
Apply SR Over 150 => ((157.5 > 150) ? 2:0) => 2
Apply SR Over 170 => ((157.5 > 170) ? 2:0) => 0
Total => 85
Batsman Jagatheesan Kousik, checking for Batting rules
Apply Out for zero => ((45 == 0) ? -2:0) => 0
Apply Runs => (45 * 1) => 45
Apply Fours => (2 * 1) => 2
Apply Sixes! => (3 * 2) => 6
Apply 30 Runs => ((45 >= 30) ? 4:0) => 4
Apply Half Century => ((45 >= 50) ? 4:0) => 0
Apply Century => ((45 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((136.36 < 50) ? -2:0) => 0
Apply SR Below 60 => ((136.36 < 60) ? -2:0) => 0
Apply SR Below 70 => ((136.36 < 70) ? -2:0) => 0
Apply SR Over 130 => ((136.36 > 130) ? 2:0) => 2
Apply SR Over 150 => ((136.36 > 150) ? 2:0) => 0
Apply SR Over 170 => ((136.36 > 170) ? 2:0) => 0
Total => 59
Batsman Sanjay Yadav, checking for Batting rules
Apply Out for zero => ((29 == 0) ? -2:0) => 0
Apply Runs => (29 * 1) => 29
Apply Fours => (4 * 1) => 4
Apply Sixes! => (1 * 2) => 2
Apply 30 Runs => ((29 >= 30) ? 4:0) => 0
Apply Half Century => ((29 >= 50) ? 4:0) => 0
Apply Century => ((29 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((152.63 < 50) ? -2:0) => 0
Apply SR Below 60 => ((152.63 < 60) ? -2:0) => 0
Apply SR Below 70 => ((152.63 < 70) ? -2:0) => 0
Apply SR Over 130 => ((152.63 > 130) ? 2:0) => 2
Apply SR Over 150 => ((152.63 > 150) ? 2:0) => 2
Apply SR Over 170 => ((152.63 > 170) ? 2:0) => 0
Total => 39
Batsman Jafar Jamal, checking for Batting rules
Apply Out for zero => ((6 == 0) ? -2:0) => 0
Apply Runs => (6 * 1) => 6
Apply Fours => (1 * 1) => 1
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((6 >= 30) ? 4:0) => 0
Apply Half Century => ((6 >= 50) ? 4:0) => 0
Apply Century => ((6 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((120 < 50) ? -2:0) => 0
Apply SR Below 60 => ((120 < 60) ? -2:0) => 0
Apply SR Below 70 => ((120 < 70) ? -2:0) => 0
Apply SR Over 130 => ((120 > 130) ? 2:0) => 0
Apply SR Over 150 => ((120 > 150) ? 2:0) => 0
Apply SR Over 170 => ((120 > 170) ? 2:0) => 0
Total => 7
Batsman R Rajkumar, checking for Batting rules
Apply Out for zero => ((6 == 0) ? -2:0) => 0
Apply Runs => (6 * 1) => 6
Apply Fours => (1 * 1) => 1
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((6 >= 30) ? 4:0) => 0
Apply Half Century => ((6 >= 50) ? 4:0) => 0
Apply Century => ((6 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((85.71 < 50) ? -2:0) => 0
Apply SR Below 60 => ((85.71 < 60) ? -2:0) => 0
Apply SR Below 70 => ((85.71 < 70) ? -2:0) => 0
Apply SR Over 130 => ((85.71 > 130) ? 2:0) => 0
Apply SR Over 150 => ((85.71 > 150) ? 2:0) => 0
Apply SR Over 170 => ((85.71 > 170) ? 2:0) => 0
Total => 7
Batsman U Mukilesh, checking for Batting rules
Apply Out for zero => ((7 == 0) ? -2:0) => 0
Apply Runs => (7 * 1) => 7
Apply Fours => (1 * 1) => 1
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((7 >= 30) ? 4:0) => 0
Apply Half Century => ((7 >= 50) ? 4:0) => 0
Apply Century => ((7 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((116.67 < 50) ? -2:0) => 0
Apply SR Below 60 => ((116.67 < 60) ? -2:0) => 0
Apply SR Below 70 => ((116.67 < 70) ? -2:0) => 0
Apply SR Over 130 => ((116.67 > 130) ? 2:0) => 0
Apply SR Over 150 => ((116.67 > 150) ? 2:0) => 0
Apply SR Over 170 => ((116.67 > 170) ? 2:0) => 0
Total => 8
Batsman P Saravana Kumar, checking for Batting rules
Apply Out for zero => ((1 == 0) ? -2:0) => 0
Apply Runs => (1 * 1) => 1
Apply Fours => (0 * 1) => 0
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((1 >= 30) ? 4:0) => 0
Apply Half Century => ((1 >= 50) ? 4:0) => 0
Apply Century => ((1 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((100 < 50) ? -2:0) => 0
Apply SR Below 60 => ((100 < 60) ? -2:0) => 0
Apply SR Below 70 => ((100 < 70) ? -2:0) => 0
Apply SR Over 130 => ((100 > 130) ? 2:0) => 0
Apply SR Over 150 => ((100 > 150) ? 2:0) => 0
Apply SR Over 170 => ((100 > 170) ? 2:0) => 0
Total => 1
Bowler Abhishek Tanwar, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (0 * 4) => 0
Apply Wides => (1 * -2) => -2
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((0 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((0 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((0 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((10.2 < 5) ? 2:0) => 0
Apply ER Below 6 => ((10.2 < 6) ? 2:0) => 0
Apply ER Below 7 => ((10.2 < 7) ? 2:0) => 0
Apply ER Above 10 => ((10.2 > 10) ? -2:0) => -2
Apply ER Above 11 => ((10.2 > 11) ? -2:0) => 0
Apply ER Above 12 => ((10.2 > 12) ? -2:0) => 0
Total => -4
Bowler Vijay Shankar, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (1 * 4) => 4
Apply Wides => (0 * -2) => 0
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((1 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((1 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((1 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((5.8 < 5) ? 2:0) => 0
Apply ER Below 6 => ((5.8 < 6) ? 2:0) => 2
Apply ER Below 7 => ((5.8 < 7) ? 2:0) => 2
Apply ER Above 10 => ((5.8 > 10) ? -2:0) => 0
Apply ER Above 11 => ((5.8 > 11) ? -2:0) => 0
Apply ER Above 12 => ((5.8 > 12) ? -2:0) => 0
Total => 8
Bowler M Silambarasan, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (1 * 4) => 4
Apply Wides => (0 * -2) => 0
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((1 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((1 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((1 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((4.8 < 5) ? 2:0) => 2
Apply ER Below 6 => ((4.8 < 6) ? 2:0) => 2
Apply ER Below 7 => ((4.8 < 7) ? 2:0) => 2
Apply ER Above 10 => ((4.8 > 10) ? -2:0) => 0
Apply ER Above 11 => ((4.8 > 11) ? -2:0) => 0
Apply ER Above 12 => ((4.8 > 12) ? -2:0) => 0
Total => 10
Bowler J Prem Kumar, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (3 * 4) => 12
Apply Wides => (3 * -2) => -6
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((3 >= 3) ? 4:0) => 4
Apply 4 Wicket Bonus => ((3 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((3 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((10.5 < 5) ? 2:0) => 0
Apply ER Below 6 => ((10.5 < 6) ? 2:0) => 0
Apply ER Below 7 => ((10.5 < 7) ? 2:0) => 0
Apply ER Above 10 => ((10.5 > 10) ? -2:0) => -2
Apply ER Above 11 => ((10.5 > 11) ? -2:0) => 0
Apply ER Above 12 => ((10.5 > 12) ? -2:0) => 0
Total => 8
Bowler Aushik Srinivas, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (0 * 4) => 0
Apply Wides => (0 * -2) => 0
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((0 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((0 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((0 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((13 < 5) ? 2:0) => 0
Apply ER Below 6 => ((13 < 6) ? 2:0) => 0
Apply ER Below 7 => ((13 < 7) ? 2:0) => 0
Apply ER Above 10 => ((13 > 10) ? -2:0) => -2
Apply ER Above 11 => ((13 > 11) ? -2:0) => -2
Apply ER Above 12 => ((13 > 12) ? -2:0) => -2
Total => -6
Bowler Rohit Suthar, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (1 * 4) => 4
Apply Wides => (2 * -2) => -4
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((1 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((1 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((1 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((11 < 5) ? 2:0) => 0
Apply ER Below 6 => ((11 < 6) ? 2:0) => 0
Apply ER Below 7 => ((11 < 7) ? 2:0) => 0
Apply ER Above 10 => ((11 > 10) ? -2:0) => -2
Apply ER Above 11 => ((11 > 11) ? -2:0) => 0
Apply ER Above 12 => ((11 > 12) ? -2:0) => 0
Total => -2
Catcher Abhishek Tanwar, checking for Catching/Fielding rules
Apply Catch! => (1 * 8) => 8
Apply 3+ Catches => ((1 >= 3) ? 4:0) => 0
Apply Run outs => (0 * 6) => 0
Apply Stumped => (0 * 6) => 0
Apply LBW => (0 * 2) => 0
Apply Bowled => (0 * 1) => 0
Apply Catch&Bowled => (0 * 5) => 0
Total => 8
Catcher S Dinesh Raj, checking for Catching/Fielding rules
Apply Catch! => (3 * 8) => 24
Apply 3+ Catches => ((3 >= 3) ? 4:0) => 4
Apply Run outs => (0 * 6) => 0
Apply Stumped => (0 * 6) => 0
Apply LBW => (0 * 2) => 0
Apply Bowled => (0 * 1) => 0
Apply Catch&Bowled => (0 * 5) => 0
Total => 28
Catcher Aushik Srinivas, checking for Catching/Fielding rules
Apply Catch! => (1 * 8) => 8
Apply 3+ Catches => ((1 >= 3) ? 4:0) => 0
Apply Run outs => (0 * 6) => 0
Apply Stumped => (0 * 6) => 0
Apply LBW => (0 * 2) => 0
Apply Bowled => (0 * 1) => 0
Apply Catch&Bowled => (0 * 5) => 0
Total => 8
Catcher J Prem Kumar, checking for Catching/Fielding rules
Apply Catch! => (0 * 8) => 0
Apply 3+ Catches => ((0 >= 3) ? 4:0) => 0
Apply Run outs => (0 * 6) => 0
Apply Stumped => (0 * 6) => 0
Apply LBW => (0 * 2) => 0
Apply Bowled => (1 * 1) => 1
Apply Catch&Bowled => (0 * 5) => 0
Total => 1