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
David Thompson 24David Thompson 24 

Test controller utility class showing up as 0% covered

Is it usual for a test controller utility class to show up in the overall code coverage percent?  I am a newbie and this is the first batch of tests that I have written.  I created a data factory class  with @isTest and all my tests using this class ran successfully.  I noticed that the utility class is showing up in the Overall Code Coverage section of the developer console as 0% covered and is pullng my average down from 100%.  
Amit Chaudhary 8Amit Chaudhary 8


NOTE:- Create TestFactory class with @isTest annotation to exclude from organization code size limit .