function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NalinakuNalinaku 

Code coverage is skipping lines in Developer console

Here is the code coverage screenshot of my class and I see that after line 413, its not covering the code though there is nothing preventing it to abort from that line. 
I checked the "oppfromRenewalBooked()" it has a return stmt at the end and not throwing any error.  Please advise. 

Screenshot from Devloper console

 
VinayVinay (Salesforce Developers) 
Hi,

Try to re-load dev console else re-run the class.

Add debug states to check it is printing any values

Thanks,
Vinay Kumar
NalinakuNalinaku
I did rerun many time but no luck.
Anyway code coverage achieved now. Thanks. 
VinayVinay (Salesforce Developers) 
Good to know you were able to achieve coverage.

Check below link if there was any disruption on your instance.

https://status.salesforce.com/

Thanks,
Vinay Kumar