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
OfficegnomeOfficegnome 

SiteRegisterController code coverage

I'm going through all our classes to see what has less than 100% coverage.

One is "SiteRegisterController" which from what I've seen is a old salesforce-installed class.
It has 83% coverage. 

Has anyone successfully changed the code to 100%.  I've tried searching around and can't find anything.
pconpcon
I'm not familiar with the class "SiteRegisterController."  I see that is an example class in the documentation [1] but looking at the test code provided there, it wouldn't be 100% coverage.  Is this the same class you are using?