Right now llvm-cov can show 0% (0/0) coverage for things like file function coverage, etc. in reports and HTML output. This can happen for files like headers that have macros but no functions. This patch makes llvm-cov report - (0/0) instead.
Example: “include/clang/AST/BuiltinTypes.def” has 0% (0/0) in http://lab.llvm.org:8080/coverage/coverage-reports/clang/index.html .