Application class/Code Coverage.Uncovered Diagrams method

From LabVIEW Wiki
Jump to: navigation, search
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 Code Coverage:Uncovered Diagrams

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
String Context Name Yes The name of the context. For example, acquired with the App.ContextName property.
Path VI Path Yes Path to the VI for which uncovered diagrams should be returned.
Diagram Refnum Array Uncovered Diagrams No (return value) An array of uncovered diagrams (wasCoveredFlag is currently not set).

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links