Sri Lanka did well to pull back things by restricting Afghanistan to 249 all-out, but what unfolded after that was a forgettable innings for all Sri Lankans.
Read: Mushfiqur epic overpowers Malinga-inspired Sri Lanka
Sri Lanka skipper Angelo Mathews lost another toss as Afghanistan decided to bat first in the 3rd match of the 2018 Asia Cup in Abu Dhabi.
Sri Lanka made three changes from their previous match as Akila Dananjaya, Dushmantha Chameera and Shehan Jayasuriya came into the XI at the expense of Dilruwan Perera, Amila Aponso and Suranga Lakmal.
The ever-entertaining Mohammad Shahzad got the Afghanistan innings off to a flying start – with a half century stand – along with his opening partner Ihsanullah, before the former fell for 34 looking to reverse sweep the returning Akila Dananjaya. There was another half century stand between Ihsanullah and Rahmat Shah before ‘daddy Dananjaya’ broke through in similar fashion trapping Ihsanullah in front for 45.
Shehan Jayasuriya also chipped in with the wicket of skipper Asghar Afghan as the Sri Lankan spinners seem to have a strangle hold on the Afghanistan batting. But a stunning partnership of 80 runs between Shah and Hashmatullah Shahidi got their innings back on track and were set for one final flourish.
Photo Album – Sri Lanka vs Afghanistan | Asia Cup 2018 – Match 3
Shah went on to make 72 but he didn’t get much support towards the latter part of the innings as the Sri Lankan bowling unit continued to claw their way back into the match, with Thisara Perera producing a brilliant show at the death picking up 5/55, while Akila Dananjaya captured 2/39 in his quota of 10 overs as the Afghans were restricted to 249 all-out.
Kusal Mendis recorded his 2nd duck in as many games when he was trapped in front by Mujeeb Ur Rahman in the 1st over of the run chase. A half century stand between Upul Tharanga and Dhananjaya de Silva seemed to have got Sri Lanka back on track before a horrible mix up left De Silva(23) stranded.
Read Also: Latest twist to the $ 5.5 million fraud at SLC
Kusal Perera joined Tharanga as both batsmen seemed to be in control of the run chase before the former played a horrible cross bat stroke only to see his stumps shattered off Rashid Khan’s 1st over. Tharanga looked to clear mid-off only to hole out in the next over as a familiar Sri Lankan collapse was on the cards.
Mathews who was involved in a run-out with Dasun Shanaka during Saturday’s loss, accounted for the mix up with Shehan Jayasuriya who fell for 14. When Mathews looked to go big off Nabi and was held at long-on, the match was all but over for Sri Lanka.
Thisara tried to stretch the game by batting deep but his dismissal was the final nail in the coffin before Sri Lanka crumbled to 158 all-out with more than 8 overs remaining.
Rashid Khan, Mohammed Nabi, Mujeeb Ur Rahman and Gulbadin Naib all picked up two wickets apiece as Afghanistan recorded their 1st ever win over Sri Lanka while also securing their spot in the Super Four stage along with Bangladesh.
// 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
Afghanistan
249/10
(50 overs)
Result
Sri Lanka
158/10
(41.2 overs)
Afg won by 91 runs
Afghanistan’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Mohammed Shahzad | lbw by A Dananjaya | 34 | 47 | |||
Ihsanullah Janat | lbw by A Dananjaya | 45 | 65 | |||
Rahmat Shah | c T Perera b D Chameera | 72 | 90 | |||
Asghar Afghan | lbw by S Jayasuriya | 1 | 5 | |||
Hashmatullah Shahidi | b T Perera | 37 | 52 | |||
Mohammed Nabi | c T Perera b L Malinga | 15 | 12 | |||
Najibullah Zadran | b T Perera | 12 | 14 | |||
Gulbadin Naib | c A Dananjaya b T Perera | 4 | 5 | |||
Rashid Khan | b T Perera | 13 | 6 | |||
Aftab Alam | not out | 7 | 2 | |||
Mujeeb Rahman | b T Perera | 0 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Lasith Malinga | 10 | 0 | 66 | 1 | 6.60 |
Dushmantha Chameera | 10 | 2 | 43 | 1 | 4.30 |
Thisara Perera | 9 | 0 | 55 | 5 | 6.11 |
Akila Dananjaya | 10 | 0 | 39 | 2 | 3.90 |
Dananjaya de Silva | 5 | 0 | 22 | 0 | 4.40 |
Shehan Jayasuriya | 6 | 0 | 22 | 1 | 3.67 |
Sri Lanka’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Kusal Mendis | lbw by Mujeeb | 0 | 2 | |||
Upul Tharanga | c A Afghan b G Naib | 36 | 64 | |||
Dananjaya de Silva | (runout) Shenwari | 23 | 38 | |||
Kusal Janith | b R Khan | 17 | 17 | |||
Angelo Mathews | c R Khan b M Nabi | 22 | 39 | |||
Shehan Jayasuriya | (runout) R Khan | 14 | 28 | |||
Thisara Perera | b G Naib | 28 | 36 | |||
Dasun Shanaka | b Mujeeb | 0 | 2 | |||
Akila Dananjaya | b M Nabi | 2 | 10 | |||
Lasith Malinga | lbw by R Khan | 1 | 7 | |||
Dushmantha Chameera | not out | 2 | 5 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Mujeeb Rahman | 9 | 1 | 32 | 2 | 3.56 |
Aftab Alam | 7 | 0 | 34 | 0 | 4.86 |
Gulbadin Naib | 8 | 0 | 29 | 2 | 3.63 |
Mohammed Nabi | 10 | 1 | 30 | 2 | 3.00 |
Rashid Khan | 7.2 | 0 | 26 | 2 | 3.61 |