Kusal Mendis led a strong Sri Lankan second innings effort but West Indies still held the advantage at stumps on day four of the first Test at the Queen’s Park Oval in Trinidad on Saturday.
Sri Lanka’s uncharacteristic batting stats in Tests
It’s the 3rd day of the 1st Test match between Sri Lanka and West Indies in Trinidad.
Set a daunting target of 453 when the hosts declared their second innings at 223 for seven just after lunch, the visitors reached 176 for three by the close with Mendis unbeaten on 94.
They require another 277 runs on the final day and will be hoping their captain Dinesh Chandimal, who retired unwell on 15 in the afternoon session, can resume his innings to bolster a team that looked completely out of contention at the start of the day’s play.
Given that the world record for the highest successful run chase in the fourth innings of a Test match is 418 –- set by the West Indies against Australia in Antigua in 2003 -– the odds are very much stacked against the Sri Lankans, especially with the pitch offering more variable bounce that could prove increasingly hazardous on the final day.
However, if Mendis can replicate the determination he showed through nearly four hours at the crease and get the support from his teammates, starting with night watchman Lahiru Gamage, then a draw at the very least still remains a possibility.
His innings has not been without incident, though, as he would have been given out caught behind off fast bowler Shannon Gabriel when on six had West Indies captain Jason Holder opted for a television referral of the not out ruling given on the field.
Mendis, who has so far faced 186 deliveries and struck two sixes and nine fours, was also dropped on 42 by wicketkeeper Shane Dowrich off leg-spinner Devendra Bishoo.
It was Bishoo who claimed the final wicket of the day just before bad light ended play when he had Roshen Silva caught and bowled off a leading edge.
Windies in driving seat after Sri Lanka fold up for 185
An impressive performance by the West Indian bowlers followed up by a counter attacking
Gabriel had earlier despatched Mendis’s opening partner Kusal Perera to a first slip catch by
Devon Smith in the fourth over of the innings and after Chandimal left the field with his personal score on 15.
Former skipper Angelo Mathews added 74 runs with the resolute Mendis until he fell to a leg-side catch by Dowrich off Holder for 31.
Earlier, having pushed the lead beyond the 400-run mark in the morning session when they lost three wickets and added a further 78 runs, including Kieran Powell for a top score of 88, West Indies batted for an additional 15 minutes in the afternoon session before Holder declared.
It was the first time since the drawn 1985 fixture against New Zealand in Georgetown, Guyana that the West Indies had declared in both innings of a Test match.
Most of the attention in the morning session surrounded the prospect of Powell reaching a fourth Test century.
Impressing with his elegant stroke play in reaching 64 overnight, the left-hander looked well on course to reach three figures but an error of judgement brought an end to his innings as he failed to get to the pitch off an attempted leg-side flick off spinner Dilruwan Perera and substitute fielder Jeffrey Vandersay took a good catch diving forward at midwicket.
Fast bowler Lahiru Kumara again led the Sri Lankan effort with figures of three for 40 to finish with seven wickets in the match.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
West Indies
414/8 & 223/7
(72 overs)
Result
Sri Lanka
185/10 & 226/10
(83.2 overs)
West indies won by 226 runs
West Indies’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | c N.Dickwella b S.Lakmal | 3 | 13 | |||
Devon Smith | (runout) L.Kumara/N.Dickwella | 7 | 21 | |||
Keiran Powell | b L.Kumara | 38 | 68 | |||
Shai Hope | c N.Dickwella b L.Kumara | 44 | 70 | |||
Roston Chase | c A.Mathews b R.Herath | 38 | 83 | |||
Shane Dowrich | not out | 125 | 325 | |||
Jason Holder | c N.Dickwella b L.Kumara | 40 | 88 | |||
Devendra Bishoo | c R.Silva b S.Lakmal | 40 | 160 | |||
Kemar Roach | c D.Chandimal b L.Kumara | 39 | 95 | |||
Miguel Cummins | not out | 0 | 5 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 29 | 11 | 55 | 2 | 1.90 |
Lahiru Gamage | 26 | 6 | 67 | 0 | 2.58 |
Dilruwan Perera | 35 | 5 | 84 | 0 | 2.40 |
Lahiru Kumara | 31 | 4 | 95 | 4 | 3.06 |
Rangana Herath | 32 | 9 | 67 | 1 | 2.09 |
Kusal Mendis | 1 | 0 | 12 | 0 | 12.00 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Mendis | c J.Holder b S.Gabriel | 4 | 11 | |||
Kusal Perera | c R.Chase b K.Roach | 0 | 1 | |||
Dinesh Chandimal | c R.Chase b S.Gabriel | 44 | 121 | |||
Angelo Mathews | c R.Chase b J.Holder | 11 | 15 | |||
Roshen Silva | b K.Roach | 5 | 11 | |||
Niroshen Dickwella | (runout) K.Brathwaite | 31 | 78 | |||
Dilruwan Perera | c S.Hope b D.Bishoo | 20 | 44 | |||
Rangana Herath | c (SUB) S.Hetmeyer b M.Cummins | 5 | 15 | |||
Suranga Lakmal | c D.Bishoo b M.Cummins | 15 | 25 | |||
Lahiru Gamage | not out | 0 | 10 | |||
Lahiru Kumara | c S.Dowrich b M.Cummins | 8 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 10 | 3 | 34 | 2 | 3.40 |
Shanon Gabriel | 13 | 0 | 48 | 2 | 3.69 |
Miguel Cummins | 12.4 | 4 | 39 | 3 | 3.15 |
Jason Holder | 7 | 1 | 15 | 1 | 2.14 |
Devendra Bishoo | 13 | 2 | 25 | 1 | 1.92 |
West Indies’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kraig Brathwaite | c N.Dickwella b L.Kumara | 16 | 56 | |||
Devon Smith | b S.Lakmal | 20 | 30 | |||
Keiran Powell | c sub (J.Vandersay) b D.Perera | 88 | 127 | |||
Shai Hope | c K.Mendis b L.Kumara | 1 | 6 | |||
Roston Chase | b R.Herath | 12 | 41 | |||
Shane Dowrich | lbw by L.Kumara | 13 | 57 | |||
Jason Holder | lbw by R.Herath | 39 | 40 | |||
Devendra Bishoo | not out | 16 | 45 | |||
Kemar Roach | not out | 11 | 31 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 12 | 2 | 32 | 1 | 2.67 |
Lahiru Gamage | 15 | 3 | 43 | 0 | 2.87 |
Rangana Herath | 24 | 5 | 52 | 2 | 2.17 |
Lahiru Kumara | 9 | 0 | 40 | 3 | 4.44 |
Dilruwan Perera | 12 | 1 | 50 | 1 | 4.17 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Perera | c D.Smith b S.Gabriel | 12 | 10 | |||
Kusal Mendis | c S.Dowrich b S.Gabriel | 102 | 210 | |||
Dinesh Chadimal | c K.Brathwaite b R.Chase | 27 | 83 | |||
Angelo Mathews | c S.Dowrich b J.Holder | 31 | 80 | |||
Roshen Silva | c & b D.Bishoo | 14 | 23 | |||
Lahiru Gamage | lbw by D.Bishoo | 3 | 49 | |||
Niroshan Dickwella | lbw by R.Chase | 19 | 32 | |||
Dilruwan Perera | not out | 3 | 8 | |||
Rangana Herath | c S.Hope b D.Bishoo | 0 | 7 | |||
Suranga Lakmal | c S.Dowrich b R.Chase | 1 | 4 | |||
Lahiru Kumara | c S.Dowrich b R.Chase | 0 | 1 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Kemar Roach | 15 | 3 | 57 | 0 | 3.80 |
Shanon Gabriel | 15 | 2 | 52 | 2 | 3.47 |
Jason Holder | 14 | 6 | 24 | 1 | 1.71 |
Miguel Cummins | 12 | 4 | 23 | 0 | 1.92 |
Devendra Bishoo | 19 | 2 | 48 | 3 | 2.53 |
Roston Chase | 8.2 | 1 | 15 | 4 | 1.83 |
3
sfczx
6
zxczxc
4
4 runs for chandimal
3
again 3 runs
2
2 runs for sri lanka
3
3 runs for sri lanka