{{ matchStats.awayTeam.totalScore }}/{{ matchStats.awayTeam.totalWickets }} ({{ matchStats.awayTeam.overs }})
Player | Score | Balls | 6s | 4s | RR |
---|---|---|---|---|---|
{{ player.wicketTo }} |
{{ player.score }} | {{ player.ballsPlayed }} | {{ player.sixes }} | {{ player.boundaries }} | {{ limitDecimals(player.score / player.ballsPlayed) }} |
{{ matchStats.homeTeam.totalScore }}/{{ matchStats.homeTeam.totalWickets }} ({{ matchStats.homeTeam.overs }})
Player | Score | Balls | 6s | 4s | RR |
---|---|---|---|---|---|
{{ player.wicketTo }} |
{{ player.score }} | {{ player.ballsPlayed }} | {{ player.sixes }} | {{ player.boundaries }} | {{ limitDecimals(player.score / player.ballsPlayed) }} |