ct_cover
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) -> {ok, StartedNodes} | {error, Reason}
Types:
Nodes = [atom()] StartedNodes = [atom()] Reason = cover_not_running | not_main_node
Adds nodes to current cover test. Notice that this only works if cover support is active.
To have effect, this function is to be called from init_per_suite/1
(see common_test
) before any tests are performed.