
4 answers
Use the query SELECT id,ApexClassOrTrigger.Name, NumLinesCovered, NumLinesUncovered FROM ApexCodeCoverageAggregate where ApexClassOrTrigger.Name='<ApexClassorTriggerName>' in developer console and delete the record. Then reopen the browser then run the test class.Run all test is not giving correct coverage all the time. You can run it seperatly, it will give correct coverageIn Developer console you can select your method to check the coverage from particular method for the classThanksShaijan