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
GunnarGunnar 

Code coverage display was there - now it's gone?

Used to be able to see the percent of code coverage in the Apex Classes Screen. When clicking on the code coverage, used to see the lines coverd in green and not covered lines in red.

 

That is now gone?

 

So I have to use Eclipse to see what is and is not covered?

 

It used to be easy to see what needed to be covered and make sure the test hit the uncovered lines.

 

Is this a new feature?

Starz26Starz26
The only way to see it now it using the dev console under the tests tab, opening the class and changing the drop down. You may also see the coverage (although I have not tried this) by viewing the class.trigger, and new the name it shows the coverage. Not sure if you can clik on it and display the lines covered.

Its a real PITA and I do not like it at all....
Satish_SFDCSatish_SFDC
Yes, infact salesforce reported it as a a known issue and they are working on it.

https://success.salesforce.com/issues_view?id=a1p30000000T0kUAAS

Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.