Lines Matching defs:coverage
1 //===- SourceCoverageView.h - Code coverage view for source code ----------===//
9 /// \file This class implements rendering for code coverage of source code.
24 using namespace coverage;
125 /// Return the sub-directory name for file coverage reports.
126 static StringRef getCoverageDir() { return "coverage"; }
137 /// Create a file to print a coverage view into.
141 /// Close a file which has been used to print a coverage view.
152 /// A code coverage view of a source file or function.
154 /// A source coverage view and its nested sub-views form a file-oriented
155 /// representation of code coverage data. This view can be printed out by a
164 /// Various options to guide the coverage renderer.
167 /// Complete coverage information about the source on display.
319 /// Print the code coverage information for a specific portion of a