Batsman D Santhosh Kumar, checking for Batting rules
Apply Out for zero => ((26 == 0) ? -2:0) => 0
Apply Runs => (26 * 1) => 26
Apply Fours => (2 * 1) => 2
Apply Sixes! => (1 * 2) => 2
Apply 30 Runs => ((26 >= 30) ? 4:0) => 0
Apply Half Century => ((26 >= 50) ? 4:0) => 0
Apply Century => ((26 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((130 < 50) ? -2:0) => 0
Apply SR Below 60 => ((130 < 60) ? -2:0) => 0
Apply SR Below 70 => ((130 < 70) ? -2:0) => 0
Apply SR Over 130 => ((130 > 130) ? 2:0) => 0
Apply SR Over 150 => ((130 > 150) ? 2:0) => 0
Apply SR Over 170 => ((130 > 170) ? 2:0) => 0
Total => 30
Batsman Arun Karthik, 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 => ((83.33 < 50) ? -2:0) => 0
Apply SR Below 60 => ((83.33 < 60) ? -2:0) => 0
Apply SR Below 70 => ((83.33 < 70) ? -2:0) => 0
Apply SR Over 130 => ((83.33 > 130) ? 2:0) => 0
Apply SR Over 150 => ((83.33 > 150) ? 2:0) => 0
Apply SR Over 170 => ((83.33 > 170) ? 2:0) => 0
Total => 6
Batsman Athish SR, checking for Batting rules
Apply Out for zero => ((19 == 0) ? -2:0) => 0
Apply Runs => (19 * 1) => 19
Apply Fours => (1 * 1) => 1
Apply Sixes! => (1 * 2) => 2
Apply 30 Runs => ((19 >= 30) ? 4:0) => 0
Apply Half Century => ((19 >= 50) ? 4:0) => 0
Apply Century => ((19 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((118.75 < 50) ? -2:0) => 0
Apply SR Below 60 => ((118.75 < 60) ? -2:0) => 0
Apply SR Below 70 => ((118.75 < 70) ? -2:0) => 0
Apply SR Over 130 => ((118.75 > 130) ? 2:0) => 0
Apply SR Over 150 => ((118.75 > 150) ? 2:0) => 0
Apply SR Over 170 => ((118.75 > 170) ? 2:0) => 0
Total => 22
Batsman PS Nirmal Kumar, checking for Batting rules
Apply Out for zero => ((16 == 0) ? -2:0) => 0
Apply Runs => (16 * 1) => 16
Apply Fours => (2 * 1) => 2
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((16 >= 30) ? 4:0) => 0
Apply Half Century => ((16 >= 50) ? 4:0) => 0
Apply Century => ((16 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((94.12 < 50) ? -2:0) => 0
Apply SR Below 60 => ((94.12 < 60) ? -2:0) => 0
Apply SR Below 70 => ((94.12 < 70) ? -2:0) => 0
Apply SR Over 130 => ((94.12 > 130) ? 2:0) => 0
Apply SR Over 150 => ((94.12 > 150) ? 2:0) => 0
Apply SR Over 170 => ((94.12 > 170) ? 2:0) => 0
Total => 18
Batsman Rithik Easwaran, 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
Batsman Sonu Yadav, checking for Batting rules
Apply Out for zero => ((39 == 0) ? -2:0) => 0
Apply Runs => (39 * 1) => 39
Apply Fours => (3 * 1) => 3
Apply Sixes! => (2 * 2) => 4
Apply 30 Runs => ((39 >= 30) ? 4:0) => 4
Apply Half Century => ((39 >= 50) ? 4:0) => 0
Apply Century => ((39 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((162.5 < 50) ? -2:0) => 0
Apply SR Below 60 => ((162.5 < 60) ? -2:0) => 0
Apply SR Below 70 => ((162.5 < 70) ? -2:0) => 0
Apply SR Over 130 => ((162.5 > 130) ? 2:0) => 2
Apply SR Over 150 => ((162.5 > 150) ? 2:0) => 2
Apply SR Over 170 => ((162.5 > 170) ? 2:0) => 0
Total => 54
Batsman Muhammed Adnan Khan, checking for Batting rules
Apply Out for zero => ((22 == 0) ? -2:0) => 0
Apply Runs => (22 * 1) => 22
Apply Fours => (1 * 1) => 1
Apply Sixes! => (2 * 2) => 4
Apply 30 Runs => ((22 >= 30) ? 4:0) => 0
Apply Half Century => ((22 >= 50) ? 4:0) => 0
Apply Century => ((22 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((146.67 < 50) ? -2:0) => 0
Apply SR Below 60 => ((146.67 < 60) ? -2:0) => 0
Apply SR Below 70 => ((146.67 < 70) ? -2:0) => 0
Apply SR Over 130 => ((146.67 > 130) ? 2:0) => 2
Apply SR Over 150 => ((146.67 > 150) ? 2:0) => 0
Apply SR Over 170 => ((146.67 > 170) ? 2:0) => 0
Total => 29
Batsman NS Harish, checking for Batting rules
Apply Out for zero => ((43 == 0) ? -2:0) => 0
Apply Runs => (43 * 1) => 43
Apply Fours => (4 * 1) => 4
Apply Sixes! => (3 * 2) => 6
Apply 30 Runs => ((43 >= 30) ? 4:0) => 4
Apply Half Century => ((43 >= 50) ? 4:0) => 0
Apply Century => ((43 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((215 < 50) ? -2:0) => 0
Apply SR Below 60 => ((215 < 60) ? -2:0) => 0
Apply SR Below 70 => ((215 < 70) ? -2:0) => 0
Apply SR Over 130 => ((215 > 130) ? 2:0) => 2
Apply SR Over 150 => ((215 > 150) ? 2:0) => 2
Apply SR Over 170 => ((215 > 170) ? 2:0) => 2
Total => 63
Bowler Sandeep Warrier, 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.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 => -4
Bowler Ganeshan Periyaswamy, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (2 * 4) => 8
Apply Wides => (2 * -2) => -4
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((2 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((2 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((2 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((11.2 < 5) ? 2:0) => 0
Apply ER Below 6 => ((11.2 < 6) ? 2:0) => 0
Apply ER Below 7 => ((11.2 < 7) ? 2:0) => 0
Apply ER Above 10 => ((11.2 > 10) ? -2:0) => -2
Apply ER Above 11 => ((11.2 > 11) ? -2:0) => -2
Apply ER Above 12 => ((11.2 > 12) ? -2:0) => 0
Total => 0
Bowler Ravichandran Ashwin, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (2 * 4) => 8
Apply Wides => (1 * -2) => -2
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((2 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((2 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((2 >= 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 => 10
Bowler Varun Chakaravarthy, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (2 * 4) => 8
Apply Wides => (1 * -2) => -2
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((2 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((2 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((2 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((6.8 < 5) ? 2:0) => 0
Apply ER Below 6 => ((6.8 < 6) ? 2:0) => 0
Apply ER Below 7 => ((6.8 < 7) ? 2:0) => 2
Apply ER Above 10 => ((6.8 > 10) ? -2:0) => 0
Apply ER Above 11 => ((6.8 > 11) ? -2:0) => 0
Apply ER Above 12 => ((6.8 > 12) ? -2:0) => 0
Total => 8
Bowler M Karthik Saran, 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 => ((6 < 5) ? 2:0) => 0
Apply ER Below 6 => ((6 < 6) ? 2:0) => 0
Apply ER Below 7 => ((6 < 7) ? 2:0) => 2
Apply ER Above 10 => ((6 > 10) ? -2:0) => 0
Apply ER Above 11 => ((6 > 11) ? -2:0) => 0
Apply ER Above 12 => ((6 > 12) ? -2:0) => 0
Total => 2
Bowler DT Chandrasekar, 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.7 < 5) ? 2:0) => 0
Apply ER Below 6 => ((10.7 < 6) ? 2:0) => 0
Apply ER Below 7 => ((10.7 < 7) ? 2:0) => 0
Apply ER Above 10 => ((10.7 > 10) ? -2:0) => -2
Apply ER Above 11 => ((10.7 > 11) ? -2:0) => 0
Apply ER Above 12 => ((10.7 > 12) ? -2:0) => 0
Total => -2
Catcher Baba Indrajith, 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 => (2 * 6) => 12
Apply LBW => (0 * 2) => 0
Apply Bowled => (0 * 1) => 0
Apply Catch&Bowled => (0 * 5) => 0
Total => 12
Catcher M Karthik Saran, 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 Ravichandran Ashwin, 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 => (1 * 5) => 5
Total => 13
Catcher Maan Bafna, 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
Batsman Ravichandran Ashwin, 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 => ((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 => 6
Batsman Shivam Singh, checking for Batting rules
Apply Out for zero => ((2 == 0) ? -2:0) => 0
Apply Runs => (2 * 1) => 2
Apply Fours => (0 * 1) => 0
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((2 >= 30) ? 4:0) => 0
Apply Half Century => ((2 >= 50) ? 4:0) => 0
Apply Century => ((2 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((28.57 < 50) ? -2:0) => -2
Apply SR Below 60 => ((28.57 < 60) ? -2:0) => -2
Apply SR Below 70 => ((28.57 < 70) ? -2:0) => -2
Apply SR Over 130 => ((28.57 > 130) ? 2:0) => 0
Apply SR Over 150 => ((28.57 > 150) ? 2:0) => 0
Apply SR Over 170 => ((28.57 > 170) ? 2:0) => 0
Total => -4
Batsman Baba Indrajith, checking for Batting rules
Apply Out for zero => ((15 == 0) ? -2:0) => 0
Apply Runs => (15 * 1) => 15
Apply Fours => (3 * 1) => 3
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((15 >= 30) ? 4:0) => 0
Apply Half Century => ((15 >= 50) ? 4:0) => 0
Apply Century => ((15 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((107.14 < 50) ? -2:0) => 0
Apply SR Below 60 => ((107.14 < 60) ? -2:0) => 0
Apply SR Below 70 => ((107.14 < 70) ? -2:0) => 0
Apply SR Over 130 => ((107.14 > 130) ? 2:0) => 0
Apply SR Over 150 => ((107.14 > 150) ? 2:0) => 0
Apply SR Over 170 => ((107.14 > 170) ? 2:0) => 0
Total => 18
Batsman Maan Bafna, checking for Batting rules
Apply Out for zero => ((38 == 0) ? -2:0) => 0
Apply Runs => (38 * 1) => 38
Apply Fours => (4 * 1) => 4
Apply Sixes! => (1 * 2) => 2
Apply 30 Runs => ((38 >= 30) ? 4:0) => 4
Apply Half Century => ((38 >= 50) ? 4:0) => 0
Apply Century => ((38 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((135.71 < 50) ? -2:0) => 0
Apply SR Below 60 => ((135.71 < 60) ? -2:0) => 0
Apply SR Below 70 => ((135.71 < 70) ? -2:0) => 0
Apply SR Over 130 => ((135.71 > 130) ? 2:0) => 2
Apply SR Over 150 => ((135.71 > 150) ? 2:0) => 0
Apply SR Over 170 => ((135.71 > 170) ? 2:0) => 0
Total => 50
Batsman Vimal Khumar, checking for Batting rules
Apply Out for zero => ((45 == 0) ? -2:0) => 0
Apply Runs => (45 * 1) => 45
Apply Fours => (4 * 1) => 4
Apply Sixes! => (1 * 2) => 2
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 => ((145.16 < 50) ? -2:0) => 0
Apply SR Below 60 => ((145.16 < 60) ? -2:0) => 0
Apply SR Below 70 => ((145.16 < 70) ? -2:0) => 0
Apply SR Over 130 => ((145.16 > 130) ? 2:0) => 2
Apply SR Over 150 => ((145.16 > 150) ? 2:0) => 0
Apply SR Over 170 => ((145.16 > 170) ? 2:0) => 0
Total => 57
Batsman Hunny Saini, checking for Batting rules
Apply Out for zero => ((37 == 0) ? -2:0) => 0
Apply Runs => (37 * 1) => 37
Apply Fours => (3 * 1) => 3
Apply Sixes! => (3 * 2) => 6
Apply 30 Runs => ((37 >= 30) ? 4:0) => 4
Apply Half Century => ((37 >= 50) ? 4:0) => 0
Apply Century => ((37 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((264.29 < 50) ? -2:0) => 0
Apply SR Below 60 => ((264.29 < 60) ? -2:0) => 0
Apply SR Below 70 => ((264.29 < 70) ? -2:0) => 0
Apply SR Over 130 => ((264.29 > 130) ? 2:0) => 2
Apply SR Over 150 => ((264.29 > 150) ? 2:0) => 2
Apply SR Over 170 => ((264.29 > 170) ? 2:0) => 2
Total => 56
Batsman Dinesh H, checking for Batting rules
Apply Out for zero => ((17 == 0) ? -2:0) => 0
Apply Runs => (17 * 1) => 17
Apply Fours => (2 * 1) => 2
Apply Sixes! => (0 * 2) => 0
Apply 30 Runs => ((17 >= 30) ? 4:0) => 0
Apply Half Century => ((17 >= 50) ? 4:0) => 0
Apply Century => ((17 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((154.55 < 50) ? -2:0) => 0
Apply SR Below 60 => ((154.55 < 60) ? -2:0) => 0
Apply SR Below 70 => ((154.55 < 70) ? -2:0) => 0
Apply SR Over 130 => ((154.55 > 130) ? 2:0) => 2
Apply SR Over 150 => ((154.55 > 150) ? 2:0) => 2
Apply SR Over 170 => ((154.55 > 170) ? 2:0) => 0
Total => 23
Batsman M Karthik Saran, checking for Batting rules
Apply Out for zero => ((11 == 0) ? -2:0) => 0
Apply Runs => (11 * 1) => 11
Apply Fours => (1 * 1) => 1
Apply Sixes! => (1 * 2) => 2
Apply 30 Runs => ((11 >= 30) ? 4:0) => 0
Apply Half Century => ((11 >= 50) ? 4:0) => 0
Apply Century => ((11 >= 100) ? 8:0) => 0
Apply SR Below 50 => ((366.67 < 50) ? -2:0) => 0
Apply SR Below 60 => ((366.67 < 60) ? -2:0) => 0
Apply SR Below 70 => ((366.67 < 70) ? -2:0) => 0
Apply SR Over 130 => ((366.67 > 130) ? 2:0) => 2
Apply SR Over 150 => ((366.67 > 150) ? 2:0) => 2
Apply SR Over 170 => ((366.67 > 170) ? 2:0) => 2
Total => 20
Bowler Emmanuel Cherian, checking for Bowling rules
Apply Maidens => (1 * 2) => 2
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 => 12
Bowler Sonu Yadav, 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 => ((9.5 < 5) ? 2:0) => 0
Apply ER Below 6 => ((9.5 < 6) ? 2:0) => 0
Apply ER Below 7 => ((9.5 < 7) ? 2:0) => 0
Apply ER Above 10 => ((9.5 > 10) ? -2:0) => 0
Apply ER Above 11 => ((9.5 > 11) ? -2:0) => 0
Apply ER Above 12 => ((9.5 > 12) ? -2:0) => 0
Total => -2
Bowler Rocky Bhasker, checking for Bowling rules
Apply Maidens => (0 * 2) => 0
Apply Wickets => (2 * 4) => 8
Apply Wides => (0 * -2) => 0
Apply No Balls => (0 * -2) => 0
Apply 3 Wicket Bonus => ((2 >= 3) ? 4:0) => 0
Apply 4 Wicket Bonus => ((2 >= 4) ? 4:0) => 0
Apply 5+ Wicket Bonus => ((2 >= 5) ? 8:0) => 0
Apply ER Below 5 => ((9.8 < 5) ? 2:0) => 0
Apply ER Below 6 => ((9.8 < 6) ? 2:0) => 0
Apply ER Below 7 => ((9.8 < 7) ? 2:0) => 0
Apply ER Above 10 => ((9.8 > 10) ? -2:0) => 0
Apply ER Above 11 => ((9.8 > 11) ? -2:0) => 0
Apply ER Above 12 => ((9.8 > 12) ? -2:0) => 0
Total => 8
Bowler Ajay Krishna, 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 => ((12 < 5) ? 2:0) => 0
Apply ER Below 6 => ((12 < 6) ? 2:0) => 0
Apply ER Below 7 => ((12 < 7) ? 2:0) => 0
Apply ER Above 10 => ((12 > 10) ? -2:0) => -2
Apply ER Above 11 => ((12 > 11) ? -2:0) => -2
Apply ER Above 12 => ((12 > 12) ? -2:0) => 0
Total => -2
Bowler Sachin Rathi, 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 => ((11.2 < 5) ? 2:0) => 0
Apply ER Below 6 => ((11.2 < 6) ? 2:0) => 0
Apply ER Below 7 => ((11.2 < 7) ? 2:0) => 0
Apply ER Above 10 => ((11.2 > 10) ? -2:0) => -2
Apply ER Above 11 => ((11.2 > 11) ? -2:0) => -2
Apply ER Above 12 => ((11.2 > 12) ? -2:0) => 0
Total => -6
Bowler PS Nirmal Kumar, 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
Catcher Athish SR, 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 Sachin Rathi, 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 Sonu Yadav, 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 Rithik Easwaran, checking for Catching/Fielding rules
Apply Catch! => (0 * 8) => 0
Apply 3+ Catches => ((0 >= 3) ? 4:0) => 0
Apply Run outs => (1 * 6) => 6
Apply Stumped => (0 * 6) => 0
Apply LBW => (0 * 2) => 0
Apply Bowled => (0 * 1) => 0
Apply Catch&Bowled => (0 * 5) => 0
Total => 6
Catcher Emmanuel Cherian, 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
Catcher Ajay Krishna, 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