Query: ct_cover
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ct_cover(3erl) Erlang Module Definition ct_cover(3erl)NAMEct_cover - Common Test Framework code coverage support module.DESCRIPTIONCommon Test Framework code coverage support module. This module exports help functions for performing code coverage analysis.EXPORTSadd_nodes(Nodes) -> term() remove_nodes(Nodes) -> ok | {error, Reason} Types Nodes = [atom()] Reason = cover_not_running | not_main_node Remove nodes from current cover test. Call this function to stop cover test on nodes previously added with add_nodes/1. Results on the remote node are transferred to the Common Test node.AUTHORS<> common_test 1.5.3 ct_cover(3erl)