API Reference chaps v1.0.0

modules

Modules

Provides the entry point for coverage calculation and output. This module method is called by Mix.Tasks.Test

Provide data-store for configuration settings.

Wrapper class for Erlang's cover tool.

Generate HTML report of result.

Conveniences for generating HTML.

Conveniences for generating HTML.

Handles comments to start/stop ignoring lines from coverage.

Generate JSON output for results.

Generate lcov output for results.

Locally displays the result to screen.

Stores count information for calculating coverage values.

Provide methods for base path for displaying File paths of the modules. It uses Mix.project path as base folder.

Configurable options used for calculating and displaying coverage status

Provide data-store for coverage stats.

Provide calculation logics of coverage stats.

Stores count information and source for a single line.

Stores count information for a file and all source lines.

Handles stop words for filtering the coverage results.

Handles information of sub apps of umbrella projects.

Provides task related utilities.

Generate XML output for results.

mix-tasks

Mix Tasks

A Mix task for gathering and displaying the current project's code coverage.

Provides an entry point for displaying coveralls information with source code details.

Provides an entry point for displaying coveralls information with source code details as an HTML report.

Provides an entry point for outputting coveralls information as a JSON file.

Provides an entry point for outputting coveralls information as a Lcov file.

Provides an entry point for outputting coveralls information as a XML file.