Please visit NCover Report for updated information.
NCover Classic only includes a small subset of the 20+ reports available in NCover Complete. The following table describes each report and which edition of NCover it is available in.
Command Line Identifier | Description | NCover Complete | NCover Classic |
---|---|---|---|
FullCoverageReport |
The Full Coverage Report lets you browse through the full hierarchy of your project. It also includes a report of the largest uncovered sections of
your code so that you can quickly and easily target them. Because this report generates several files, it expects a folder to be passed as the
report path when generating the report. The Full Coverage Report is only available as an HTML report. See a sample report... |
✓ | |
Trends | Show how coverage has changed over time for assemblies, namespaces, classes, and the entire project. See a sample report... |
✓ | |
Diff | Uses trend data and a coverage file to create a percentage change difference between the coverage percentages in the coverage file and the most recent coverage data in the trend file. See a sample report... |
✓ | |
SymbolCCByGroup | Categorizes classes by their cyclomatic complexity, placing classes with 'similar' cyclomatic complexities into the same group and presenting the groups from highest to lowest cyclomatic
complexity. See a sample report... |
✓ | |
Summary | Summarizes project statistics and lists the 10 most uncovered assemblies, namespaces, and classes. See a sample report... |
✓ | ✓ |
UncoveredCodeSections |
The Uncovered Code Sections report highlights the largest segments of uncovered code in your project. The Uncovered Code Sections Report is only
available as an HTML report. See a sample report... |
✓ | |
SymbolSourceCode | Create a report showing symbol coverage for source files. See a sample report... |
✓ | |
SymbolSourceCodeClass | Create a Source Code and Class symbol coverage coverage report. See a sample report... |
✓ | |
SymbolSourceCodeClassMethod | Create a Source Code, Class, and Method symbol coverage report. See a sample report... |
✓ | |
MethodSourceCode | Create a report showing function coverage for source files. See a sample report... |
✓ | |
MethodSourceCodeClass | Create a Source Code and Class function coverage report. See a sample report... |
✓ | |
MethodSourceCodeClassMethod | Create a Source Code, Class, and Method function coverage report. See a sample report... |
✓ | |
SymbolModule | Create a Module symbol coverage report. See a sample report... |
✓ | ✓ |
SymbolModuleNamespace | Create a Module and Namespace symbol coverage report. See a sample report... |
✓ | ✓ |
SymbolModuleNamespaceClass | Create a Module, Namespace and Class symbol coverage report. See a sample report... |
✓ | ✓ |
SymbolModuleNamespaceClassMethod | Create a Module, Namespace, Class and Method symbol coverage report. See a sample report... |
✓ | ✓ |
SymbolCCModuleClassFailedCoverageTop | Create a Cyclomatic Complexity Module and Class coverage report showing the top items failing the build. See a sample report... |
✓ | |
SymbolCCModuleClassCoverageTop | Create a Cyclomatic Complexity Module and Class coverage report. See a sample report... |
✓ | |
MethodModule | Create a Module function coverage report. See a sample report... |
✓ | |
MethodModuleNamespace | Create a Module, Namespace function coverage report. See a sample report... |
✓ | |
MethodModuleNamespaceClass | Create a Module, Namespace and Class function coverage report. See a sample report... |
✓ | |
MethodModuleNamespaceClassMethod | Create a Module, Namespace, Class and Method function coverage report. See a sample report... |
✓ | |
MethodCCModuleClassFailedCoverageTop | Create a Cyclomatic Complexity Module and Class function coverage report showing the top items failing the build. See a sample report... |
✓ | |
MethodCCModuleClassCoverageTop | Create a Cyclomatic Complexity Module and Class function coverage report. See a sample report... |
✓ |