Application class/Code Coverage.Uncovered Diagrams method
Appearance
| VI Server Method Information | |
|---|---|
| Method ID | 922 |
| Scope | Private |
| Data Name | CodeCov.UnrunDiags |
| Short Name* | CodeCov.UnrunDiags |
| Long Name* | Code Coverage:Uncovered Diagrams |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 1 |
| Owning Class Name | Application Class |
| Return Data Type | No return value |
| Invoke Node |
|
Returns an array of diagram references to diagrams that aren't covered (wasCoveredFlag is currently not set) in the context with name specified.
Important note: Although this method is documented as "spec'd method that may not be implementable", it does return diagram references for contexts of a local host application (should work as long as no remote VI Server calls are needed).
Parameters
| Data type | Name | Required | Description |
|---|---|---|---|
| Context Name | Yes | The name of the context. For example, acquired with the App.ContextName property. | |
| VI Path | Yes | Path to the VI for which uncovered diagrams should be returned. | |
| Uncovered Diagrams | No (return value) | An array of uncovered diagrams (wasCoveredFlag is currently not set). |
Uses
| |
Specific use cases for this method. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |
