Erlang logo
User's Guide
Reference Manual
Release Notes
PDF
Top

Common Test
Reference Manual
Version 1.4.7


Expand All
Contract All

Table of Contents

ct_cover

MODULE

ct_cover

MODULE SUMMARY

Common Test Framework code coverage support module.

DESCRIPTION

Common Test Framework code coverage support module.

This module exports help functions for performing code coverage analysis.

EXPORTS

add_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.