Half centuries from Dimuth Karunaratne, Dhananjaya de Silva and Roshen Silva helped Sri Lanka secure a vital first innings lead on day two of their second test against England.
Live by the sweep, Die by the sweep
If you want to become a complete batsman in modern day cricket…
There were rumors that Sri Lanka wanted a more favorable pitch for spin in the 2nd Test, but the Pallekele surface didn’t look too bad for batting. Overnight batsman Malinda Pushpakumara – who walked in as night watchman last evening – was the first man to fall in the morning session as an ugly heave from him off Moeen Ali ended his stay.
The pitch hardly seemed to have any demons in it as the duo of Karunaratne and Dhananjaya were at ease against the English spinners who troubled the Sri Lankan batsmen in Galle, sharing 16 wickets among them. Karunaratne went on to register his 18th Test half century with Sri Lanka going pass the 100 run mark while De Silva also started to look good as he punished the lose deliveries from the English spinners while also using his feet to good affect to tackle them.
England had almost run out of all options when Ben Stokes produced some magic on the field. De Silva used soft hands to drop the ball to cover and set-off for a single when Stokes hurried from gully to pick up the ball and throw it in with one motion to catch Karunaratne short at the striker’s end. It was the spark England needed on the stroke of lunch as it led to the dismissal of Kusal Mendis who was once again caught one handed at first slip by the man of the moment, Stokes. It was also the third time Jack Leach dismissed Mendis in as many innings. Dhananjaya de Silva fell soon after reaching his half century in the post lunch session before Angelo Mathews (20) also followed to leave Sri Lanka in a spot of bother at 165/6.
Photo Album – Sri Lanka vs England | 2nd Test – Day 02
Roshen Silva who was dropped for the first Test took control from here on as he was involved with a few fruitful partnerships in the lower order. He put on 46 for the 7th wicket with Niroshan Dickwella who used the sweep and reverse to good affect before it led to his downfall with him on 26. Dilruwan Perera chipped in with 15 in another useful stand of 41 for the 8th wicket before Silva found a reliable partner in Akila Dananjaya as the duo helped Sri Lanka go pass England’s first innings total of 285 (which later increased to 290 after the awarding of five penalty runs against Sri Lanka).
Akila threw his bat around during an entertaining 31 off 39 balls, before he was pinned in front by Moeen Ali to end a valuable 56 run stand for the 9th wicket. Silva meanwhile played with controlled aggression as he brought up his 4th Test half century as Sri Lanka went pass the magical 300 run mark on a tricky surface. Another useful stand (28) for the last wicket was building when Silva looked to clear mid-on; only to be caught by Moeen Ali off Adil Rashid as Sri Lanka’s innings came to a close at 336 all out, 46 vital runs ahead of England. Skipper Suranga Lakmal who gave him good support remained unbeaten on 15* while Silva’s marathon knock of 85 off 174 balls included just 4 fours and a six.
England survived a tricky last over before stumps were drawn as their nightwatchman Jack Leach managed to keep out a testing over from Dilruwan Perera. The game is set up beautifully with three days to go in Pallekele and Sri Lanka having to bat last.
// 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
England
290/10 & 346/10
(80.4 overs)
Result
Sri Lanka
336/10 & 243/10
(74 overs)
England ‘s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Rory Burns | c D De Silva b A Dananjaya | 43 | 81 | |||
Keaton Jennings | c N Dickwella b S Lakmal | 1 | 8 | |||
Ben Stokes | lbw by D Perera | 19 | 27 | |||
Joe Root | b M Pushpakumara | 14 | 23 | |||
Jos Butler | c D Karunarathne b M Pushpakumara | 63 | 67 | |||
Moeen Ali | lbw by M Pushpakumara | 10 | 23 | |||
Ben Foakes | c D De Silva b D Perera | 19 | 23 | |||
Sam Curran | c D Karunarathne b D Perera | 64 | 119 | |||
Adil Rashid | lbw by D Perera | 31 | 52 | |||
Jack Leach | b A Dananjaya | 7 | 13 | |||
James Anderson | not out | 7 | 12 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 12 | 1 | 44 | 1 | 3.67 |
Dilruwan Perera | 24.4 | 5 | 61 | 4 | 2.50 |
Malinda Pushpakumara | 23 | 4 | 89 | 3 | 3.87 |
Dhananjaya de Silva | 2 | 0 | 4 | 0 | 2.00 |
Akila Dananjaya | 14 | 1 | 80 | 2 | 5.71 |
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | (runout) B Stokes | 63 | 125 | |||
Kaushal Silva | b J Leach | 6 | 15 | |||
Malinda Pushpakumara | c R Burns b M Ali | 4 | 22 | |||
Dhananjaya de Silva | c B Foakes b A Rashid | 59 | 98 | |||
Kusal Mendis | c B Stokes b J Leach | 1 | 3 | |||
Angelo Mathews | c B Foakes b A Rashid | 20 | 42 | |||
Roshen Silva | c M Ali b A Rashid | 85 | 174 | |||
Niroshan Dickwella | lbw by J Root | 25 | 33 | |||
Dilruwan Perera | lbw by J Leach | 15 | 37 | |||
Akila Dananjaya | lbw by M Ali | 31 | 39 | |||
Suranga Lakmal | not out | 15 | 30 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
James Anderson | 14 | 2 | 40 | 0 | 2.86 |
Sam Curran | 4 | 0 | 19 | 0 | 4.75 |
Jack Leach | 29 | 5 | 70 | 3 | 2.41 |
Moeen Ali | 25 | 1 | 85 | 2 | 3.40 |
Adil Rashid | 22 | 2 | 75 | 3 | 3.41 |
Joe Root | 8 | 0 | 26 | 1 | 3.25 |
Ben Stokes | 1 | 0 | 9 | 0 | 9.00 |
England ‘s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Jack Leach | lbw by D Perera | 1 | 11 | |||
Rory Burns | lbw by M Pushpakumara | 59 | 66 | |||
Keaton Jennings | c D De Silva b A Dananjaya | 26 | 54 | |||
Joe Root | lbw by A Dananjaya | 124 | 146 | |||
Ben Stokes | lbw by D Perera | 0 | 2 | |||
Jos Butler | b A Dananjaya | 34 | 45 | |||
Moeen Ali | lbw by A Dananjaya | 10 | 14 | |||
Ben Foakes | not out | 65 | 119 | |||
Sam Curran | b A Dananjaya | 0 | 1 | |||
Adil Rashid | lbw by A Dananjaya | 2 | 13 | |||
James Anderson | b D Perera | 12 | 13 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dilruwan Perera | 20.4 | 2 | 96 | 3 | 4.71 |
Malinda Pushpakumara | 27 | 1 | 101 | 1 | 3.74 |
Akila Dananjaya | 25 | 0 | 115 | 6 | 4.60 |
Dhananjaya de Silva | 4 | 0 | 7 | 0 | 1.75 |
Suranga Lakmal | 4 | 0 | 14 | 0 | 3.50 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c B Foakes b A Rashid | 57 | 96 | |||
Kaushal Silva | st. B Foakes b J Leach | 4 | 6 | |||
Dhananjaya de Silva | c K Jennings b J Leach | 1 | 10 | |||
Kusal Mendis | lbw by J Leach | 1 | 7 | |||
Angelo Mathews | lbw by M Ali | 88 | 137 | |||
Roshen Silva | c J Root b M Ali | 37 | 95 | |||
Niroshan Dickwella | c B Stokes b M Ali | 35 | 43 | |||
Dilruwan Perera | lbw by J Leach | 2 | 11 | |||
Akila Dananjaya | not out | 8 | 28 | |||
Suranga Lakmal | b M Ali | 0 | 2 | |||
Malinda Pushpakumara | c & b J Leach | 1 | 9 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
James Anderson | 5 | 2 | 12 | 0 | 2.40 |
Jack Leach | 28 | 2 | 83 | 5 | 2.96 |
Moeen Ali | 19 | 2 | 72 | 4 | 3.79 |
Adil Rashid | 17 | 1 | 52 | 1 | 3.06 |
Joe Root | 5 | 0 | 15 | 0 | 3.00 |