Archeometer.Collect.Coverage (Archeometer v0.5.0)
Module for collecting test coverage statistics, using Erlang cover
module.
As it's a tool for Erlang code, instead of using its module and function
capabilities, the line coverage is directly used, and then counted per module,
in the same manner the Mix test.coverage
task does.
Link to this section Summary
Link to this section Functions
Link to this function
calculate_function_coverage()
Link to this function
calculate_module_coverage()
Link to this function
cover_compile()
Link to this function