Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Coverage figures
Permanently deleted user
Created
Is is still possible to see the percentage coverage figures? They used to show up next to the class in the browser, but I can't seem to find them now. Have they been dropped?
We excluded tests themselves from percentage calculations, since it makes no sense to include tests themselves in statistics calculations. But you still can see in the editor if some testing code occasionally was not executed.
Okay, my goof.
I was looking at the coverage of the unit tests.
But why aren't the coverage for unit tests shown? Shouldn't this be an option at least?
We excluded tests themselves from percentage calculations, since it makes no sense to include tests themselves in statistics calculations. But you still can see in the editor if some testing code occasionally was not executed.