Jump to content

Application class/Code Coverage.Start method: Difference between revisions

From LabVIEW Wiki
m Added Private Method Category to page
Add method and parameter descriptions
Line 12: Line 12:
{{TOCright}}
{{TOCright}}


Turns on code coverage in the context with name specified, for all nodes in all VIs currently in memory, and for all nodes in all VIs loaded in the future.
'''Important note''': Code coverage does not work with VIs that have debugging disabled and [[Malleable_VI|Malleable VIs]].
==Parameters==
==Parameters==
{{ambox|text=Parameters Table is incomplete.  Please help to add missing information.}}
{{ambox|text=Parameters Table is incomplete.  Please help to add missing information.}}
Line 24: Line 27:
| '''Context Name'''
| '''Context Name'''
| Yes  
| Yes  
|  
| The name of the context. For example, acquired with the [[Application class/Application.Context Name property|App.ContextName]] property.
|}
|}


Line 44: Line 47:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:Private Method]]
[[Category:Private Method]]
[[Category:VI Server Method]]
[[Category:VI Server Method]]

Revision as of 12:55, 28 September 2020

VI Server Method Information
Method ID 91C
Scope Private
Data Name CodeCov.Start
Short Name* CodeCov.Start
Long Name* Code Coverage:Start
* 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:Start

Turns on code coverage in the context with name specified, for all nodes in all VIs currently in memory, and for all nodes in all VIs loaded in the future.

Important note: Code coverage does not work with VIs that have debugging disabled and Malleable VIs.

Parameters

Data type Name Required Description
String Context Name Yes The name of the context. For example, acquired with the App.ContextName property.

Uses

History

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

See Also

External Links