Option to filter out 100% covered rows in the Coverage view's table
Currently, all components (classes, packages) show up in the table, including those which have 100% coverage. If I'm working towards improving it, seeing them all is distracting and would like to concentrate on those which have less than 100%. A filtering option as button or menupoint would be great.
Please note that by default all elements are sorted by most uncovered code first. So elements with 100% code coverage should already be at the very bottom.
We already have an option to show touched classes only. Adding this filter would be technically possible, but will most likely result in a fruiteless discussion about 100% code coverage.
I suggested 100% as target because that could be a button or menu point unlike a threshold-like setting that requires an input box or something similar.