New Zealand put on a brilliant batting display, scoring 311 runs for the loss of just 2 wickets, today, the 2nd day’s play of the 1st Test against Sri Lanka in reply to the 282 runs made by the visitors. The match is being played at the Basin Reserve in Wellington.
Day 1 Report – Mathews, Karunaratne & Dickwella star in Sri Lanka’s fighting upturn
Having fought back themselves out of trouble yesterday, Sri Lanka added just 7 runs to their overnight score of 275/9 as they lost last man Lahiru Kumara early in the day. Kumara was Tim Southee’s 6th scalp as Colin de Grandhomme fielding at leg gully snatched a smart catch off a thick inside edge.
Niroshan Dickwella on the other end was left stranded on 80 having scored all the 7 runs to be scored during the short play. He looked in the same touch he was yesterday as he unleashed his cheeky scoop to earn a boundary.
With a modest first innings score for Sri Lanka, Suranga Lakmal almost produced an ideal start. The last ball of Lakmal’s opening over which bounced off the deck could have been an easy catch, if a short-leg fielder had been placed. Reacting soon, Dinesh Chandimal placed himself at short-leg with the helmet on, for the next over which was bowled by Kasun Rajitha. Later on in the day, Sri Lanka’s specialist close-in fielder, Kusal Mendis was placed at short-leg.
Apart from that missed chance there was nothing created by the Sri Lankans, which paved the way for the Kiwi opening pair of, Tom Latham and Jeet Rawal see off the new ball and lay the foundation for a big score.
Interestingly, Sri Lanka’s fastest bowler Lahiru Kumara was not introduced until the 16th over was bowled. Being introduced to the attack with two settled batsmen at the crease and a 16-over old ball in hand, Lahiru Kumara impressed with pace and bounce as he straight away created a rare chance. A quick delivery which hurried Jeet Raval hit his glove and fell just short of a charging Niroshan Dickwella. Dinesh Chandimal, even tried out Dilruwan Perera before giving Kumara a go.
Read –How can Sri Lanka conquer the Black Caps?
Former skipper Angelo Mathews bowled his gentle medium pace in international cricket after more than a year. His short spell of 4 overs apparently was threatening and didn’t seem like a bowler bowling in international cricket after a sometime.
Heading towards lunch Lahiru Kumara struck for Sri Lanka with Jeet Raval’s wicket in the last ball before lunch. Raval having batted so well before that edged a quick short ball by Kumara to wicket keeper Dickwella as his knock of 43 came to an end.
The middle session was simply dominated by the hosts. Mr. Consistent, Captain Kane Williamson together with Tom Latham just whipped away the Sri Lanka bowlers with ease as the wicket gradually turned to be a belter of a track.
Williamson started off his innings with 3 back to back boundaries to Sri Lanka’s best bowler Lahiru Kumara to take away whatever momentum Sri Lanka gained just before lunch. Lahiru Kumara showing his character came back strong after that beating by Williamson to keep troubling the Kiwi duo throughout the session. Apart from Kumara none of the Sri Lankan bowlers seemed to be in a good rhythm although they had their moments quite rarely.
One moment was when Sri Lanka reviewed for a LBW against Tom Latham off a Kasun Rajitha delivery. Unluckily the ball was pitching outside the line by a fraction of an inch, resulting in a lost review for Sri Lanka.
Going out for tea New Zealand were well on top with 175 runs on the board. Both batsmen had surpassed the 50-run mark by then and were in solid touch.
Cometh the last session Dinesh Chandimal having tried out all his frontline bowling option opting to give a go to part-time spinner Dhananjaya de Silva. De Silva produced the much needed breakthrough as he dismissed Kane Williamson for 91.
Williamson who is going through a purple patch stroked 10 elegant boundaries in his 93-ball knock of 91. After playing some magnificent shots Williamson literally threw his wicket away sweeping the ball straight to Kasun Rajitha at backward square-leg.
Sri Lanka even after breaking the dangerous 162-run 2nd wicket partnership didn’t seem to be a threat to the Kiwi batsmen. Latham joined by former skipper Ross Taylor just continued to dominate the modest Lankan bowlers.
With just 28 runs behind Sri Lanka, Tom Latham edged a wide delivery by Suranga Lakmal which was dropped by Dhananjaya de Silva, diving fully stretched. Latham was on 92 and could have been another wicket in the 90s for New Zealand. Unfortunately for Sri Lanka it was not happen as De Silva failed to hang on to it.
Latham reached his 7th Test century with the help of an over-throw which also brought the 50 partnership between him and Ross Taylor for the 3rd wicket.
Sri Lanka having bowled with a comparatively slow over-rate throughout the day, trying out various strategies to pick up wickets, seemed to be in rush since the end of the 72nd over as they sent 8 quick and quiet overs with the two spinners Dilrwuan Perera and Dhananjaya de Silva. During this period New Zealand were able to surpass Sri Lanka’s first innings score and gain the all-important 1st innings lead.
The last 4 overs of the day, which Sri Lanka bowled with the second new ball, was well negotiated by the Kiwi duo as they took their score pass the 300-mark. In the last over of the day Ross Taylor too reached his half-century making the day completely New Zealand’s.
// 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
Sri Lanka
282/10 & 287/3
(115 overs)
Result
New Zealand
578/10 & 0/0
(0 overs)
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilaka | lbw by T Southee | 1 | 9 | |||
Dimuth Karunarathne | c BJ Watling b N Wagner | 79 | 144 | |||
Dhananjaya de Silva | c BJ Watling b T Southee | 1 | 7 | |||
Kusal Mendis | c A Patel b T Southee | 2 | 4 | |||
Angelo Mathews | c BJ Watling b T Southee | 83 | 153 | |||
Dinesh Chandimal | c A Patel b T Southee | 6 | 34 | |||
Niroshan Dickwella | not out | 80 | 101 | |||
Dilruwan Perera | c BJ Watling b de Grandhomme | 16 | 38 | |||
Suranga Lakmal | c H Nicholls b N Wagner | 3 | 12 | |||
Kasun Rajitha | c BJ Watling b T Boult | 2 | 32 | |||
Lahiru Kumara | c de Grandhomme b T Southee | 0 | 8 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Trent Boult | 27 | 6 | 83 | 1 | 3.07 |
Tim Southee | 27 | 7 | 68 | 6 | 2.52 |
Colin de Grandhomme | 13 | 2 | 35 | 1 | 2.69 |
Neil Wagner | 20 | 2 | 75 | 2 | 3.75 |
Ajaz Patel | 3 | 0 | 14 | 0 | 4.67 |
New Zealand ‘s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Jeet Raval | c N Dickwella b L Kumara | 43 | 70 | |||
Tom Latham | not out | 264 | 489 | |||
Kane Williamson | c K Rajitha b D De Silva | 91 | 93 | |||
Ross Taylor | c D Karunarathne b L Kumara | 50 | 88 | |||
Henry Nicholls | c K Rajitha b D Perera | 50 | 101 | |||
BJ Watling | c N Dickwella b L Kumara | 0 | 6 | |||
C de Grandhomme | c K Rajitha b D De Silva | 49 | 53 | |||
Tim Southee | (runout) D Chandimal | 6 | 14 | |||
Neil Wagner | c D De Silva b S Lakmal | 0 | 6 | |||
Ajaz Patel | b D Perera | 6 | 21 | |||
Trent Boult | c N Dickwella b L Kumara | 11 | 6 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 31 | 6 | 88 | 1 | 2.84 |
Kasun Rajitha | 34 | 5 | 144 | 0 | 4.24 |
Angelo Mathews | 4 | 3 | 1 | 0 | 0.25 |
Dilruwan Perera | 40 | 1 | 156 | 2 | 3.90 |
Lahiru Kumara | 31.3 | 2 | 127 | 4 | 4.06 |
Dhananjaya de Silva | 15 | 0 | 54 | 2 | 3.60 |
Danushka Gunathilaka | 2 | 1 | 3 | 0 | 1.50 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Danushka Gunathilaka | lbw by T Boult | 3 | 17 | |||
Dimuth Karunarathne | c T Boult b T Southee | 10 | 13 | |||
Dhananjaya de Silva | b T Southee | 0 | 5 | |||
Kusal Mendis | not out | 141 | 335 | |||
Angelo Mathews | not out | 120 | 323 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Tim Southee | 25 | 8 | 52 | 2 | 2.08 |
Trent Boult | 25 | 4 | 62 | 1 | 2.48 |
Neil Wagner | 23 | 4 | 100 | 0 | 4.35 |
Colin de Grandhomme | 13 | 4 | 24 | 0 | 1.85 |
Ajaz Patel | 28 | 10 | 46 | 0 | 1.64 |
Jeet Raval | 1 | 0 | 1 | 0 | 1.00 |
New Zealand ‘s 2nd Innings
Batting | R | B |
---|
Bowling | O | M | R | W | E |
---|