The filter and sort table functions have been added to the index page. The user could user filter input to only show the source files that the users are interested in. The user also could sort the entries of the index table by filename, function coverage, line coverage or region coverage.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
When you mentioned filtering and sorting in D24367 I imagined simple extensions to the -{line,region}-coverage-{lt,gt} options.. I would strongly prefer to not have any javascript in llvm-cov. Apart from not having good tools to test javascript in tree, this opens us up to much more scope creep than I'm comfortable with. E.g, there is already an IE-specific JS hack in this patch.