Application class/Code Coverage.VI Percentage method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 921
Scope Private
Data Name CodeCov.VIPercentage
Short Name* CodeCov.VIPercentage
Long Name* Code Coverage:VI Percentage
* 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:VI Percentage

Returns code coverage information for the specified VI in the context with name specified.

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 of the VI for which code coverage information should be returned.
Double Float Coverage Percentage No (return value) Code coverage percentage in the rage of 0..100 %
Boolean coverage info found? No (return value) Returns true if code coverage information was found for the specified VI in the context with name specified. False otherwise.

Uses

History

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

See Also

External Links