Code Coverage for Unit, Integration, and System Test
VectorCAST/Cover is a full-featured code coverage analysis tool that allows you to gauge the effectiveness of your test efforts by identifying which areas of an application have been exercised with a test run. VectorCAST/Cover provides a convenient way to ensure that your test suite does not include gaps that may result in applications being released with untested code. VectorCAST/Cover allows you to analyze any portion of your application, or the entire application at once. For each file that is analyzed, VectorCAST/Cover creates a multi-tabbed source viewer widget containing the following four sections:
Coverage Summary: Provides a color-coded view of your source code, reflecting code that is completely covered, partially covered, or uncovered.
Metrics Summary: Provides a tabular list of code complexity and currently achieved source code coverage for each function.
Basis Path Analysis: Identifies number of test paths through each subprogram.
MC/DC: Modified Condition/Decision Coverage for the RTCA DO-178B standard for Level A flight software.
|
Identifies Tested and Untested Source |
|
Supports Statement, Branch, and MC/DC Coverage Reporting |
|
Shows Aggregate Coverage Across any Subset of Test Cases |
|
Includes Code Complexity Metrics |
|
Supports Windows, Unix and Linux Platforms |
|
Supports Development, Integration, and System Testing |
|
Computes Basis Path Information for Test Case Building |
|
Supports Ada83/95, C, C++ |
|
Compiler and RTOS independent |
|
Supports Code Coverage on host, simulator, or embedded target |
For more information on VectorCAST/Cover, click here to download the data sheet. |