Xcode code coverage shows random string next to private functions

Originator:keithbsmiley
Number:rdar://23225405 Date Originated:22-Oct-2015 02:34 PM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 7.1
Classification:UI/Usability Reproducible:Always
 
Summary:

Private functions show up in code coverage with a arbitrary string
identifier after their name.

Steps to reproduce:

1. Create a public function that calls a private function
2. Write a test that calls the public function
3. View the code coverage

OR:

1. Run the tests in the example project
2. View the code coverage

Expected results:

The code coverage should (possibly) have something to identify that
function as private, but it should not be a random string.

Actual results:

The private function has a long string of characters after it's
declaration.

Notes:

See coverage.png for an example.

Comments

https://github.com/keith/radars/tree/master/CodeCoveragePrivateFunc

By keithbsmiley at Oct. 22, 2015, 9:36 p.m. (reply...)

Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!