{{ error }}
{{ matchDetails.matchInfo.date }}
{{ matchDetails.matchInfo.winner }} won by {{ matchDetails.matchInfo.result.wickets }} wickets won by {{ matchDetails.matchInfo.result.runs }} runs
{{ matchDetails.matchInfo.toss.winner }} won toss and chose to {{ matchDetails.matchInfo.toss.decision }}
{{ matchDetails.matchInfo.event.name }} - Match {{ matchDetails.matchInfo.event.match_number }}
{{ matchDetails.matchInfo.playerOfMatch.join(', ') }}
{{ inning.totalOvers }}
| Player | Runs | Balls | 4s | 6s | SR |
|---|---|---|---|---|---|
|
{{ player.player }}
{{ player.out ?
(player.dismissal ?
(player.dismissal.kind === 'lbw' ? 'lbw b ' + (player.dismissal.bowler || 'Unknown') :
player.dismissal.kind === 'bowled' ? 'b ' + (player.dismissal.bowler || 'Unknown') :
player.dismissal.kind === 'caught' ? 'c ' + (player.dismissal.fielder || 'Unknown') + ' b ' + (player.dismissal.bowler || 'Unknown') :
player.dismissal.kind === 'run out' ? 'run out (' + (player.dismissal.fielder || 'Unknown') + ')' :
player.dismissal.kind === 'stumped' ? 'st ' + (player.dismissal.fielder || 'Unknown') + ' b ' + (player.dismissal.bowler || 'Unknown') :
player.dismissal.kind + (player.dismissal.bowler ? ' b ' + player.dismissal.bowler : '')) : 'out') : 'not out' }}
|
{{ player.runs }} | {{ player.balls }} | {{ player.fours }} | {{ player.sixes }} | {{ player.strikeRate }} |
| Extras | {{ inning.extras.total }} (W: {{ inning.extras.wides }}, NB: {{ inning.extras.noBalls }}, B: {{ inning.extras.byes }}, LB: {{ inning.extras.legByes }}) | ||||
| Total | {{ inning.totalRuns }}/{{ inning.totalWickets }} ({{ inning.totalOvers }} overs) | ||||
| Bowler | Overs | Runs | Wickets | Economy |
|---|---|---|---|---|
|
|
{{ bowler.overs }} | {{ bowler.runs }} | {{ bowler.wickets }} | {{ bowler.economy }} |
Venue : {{ matchDetails.matchInfo.venue }}
Date : {{ matchDetails.matchInfo.date }}
Umpires: {{ matchDetails.matchInfo.officials.umpires.join(', ') }}
TV Umpires: {{ matchDetails.matchInfo.officials.tv_umpires.join(', ') }}
Match Referees: {{ matchDetails.matchInfo.officials.match_referees.join(', ') }}