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
shravani milshravani mil 

Stuck at 69% code coverage and cant move forward

Can any one help me in increasing the code coverage i am a newbee to classes.
Alan Cardel 13Alan Cardel 13
Make sure thar you are covering all your class methods and the catch{} blocks. Also make sure that your class doesn't have unnecessary catch blocks. You can also share part of your code to give you some ideas.

Thanks