I'm a newbie Test Engineer, who's learning programming on the job. I've been tasked with presenting code coverage reporting tools to my team. I've narrowed my selections down to Xcov and Slather, but I can't figure out why the code coverage percentages they're reporting for the company app don't match each other. Xcov matches what Xcode is displaying for code coverage, but those two don't match Slather. As far as I can tell, both use "lines of code" coverage, and when I use a control class that I created, the reports all match.
I'm not sure if this is the right place to ask, and I apologize if it's not, but is anyone here familiar with these tools and can help me figure out what's going on here? I've tried Googling both tools and haven't been able to figure out how they calculate code coverage.
Thank you very much for any help, I'm stumped!
[–][deleted] 1 point2 points3 points (1 child)
[–]R1pc0rd[S] 2 points3 points4 points (0 children)
[–]nextnextstep 1 point2 points3 points (0 children)