-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I've added reports for https://www.mozilla.org/, https://www.python.org/, and https://stackoverflow.com/.
Some results:
Almost in all reports, in the file mozilla-central/widget/GfxInfoX11.cpp line 212 - mIsIntel = true;, is uncovered.
Another examples of uncovered files are mozilla_LockFTLibrary and mozilla_UnlockFTLibrary in Mozilla-central/gfx/2d/Factory.cpp both in Mozilla and Python reports.
Mostly, they are looking same with small differences. The average number of uncovered lines is ~200. Seems that Stackoverflow report has fewer lines uncovered because actions were more simple (were no input types: only links and buttons).
Something that I've noticed: in these reports only C++ files are uncovered, while all uncovered files from Stackoverflow are included into another 2 reports.