ExCoveralls.Stats (excoveralls v0.18.3) View Source
Provide calculation logics of coverage stats.
Link to this section Summary
Functions
Append the name of the sub app to the source info stats.
Calculate the statistical information for the specified list of modules. It uses :cover.analyse for getting the information.
Exit the process with a status of 1 if coverage is below the minimum.
Generate coverage, based on the pre-calculated statistic information.
Generate objects which stores source-file and coverage stats information.
Returns total line counts of the specified source file.
Returns the source file of the specified module.
Wrapper for reading the specified file.
Report the statistical information for the specified module.
Converts coverage stats to a map, which can be serialized to JSON for posting it to Coveralls or writing to excoveralls.json.
Summarizes source coverage details.
Updates the paths to take into account the subdir and rootdir options
Link to this section Functions
Append the name of the sub app to the source info stats.
Calculate the statistical information for the specified list of modules. It uses :cover.analyse for getting the information.
Exit the process with a status of 1 if coverage is below the minimum.
Generate coverage, based on the pre-calculated statistic information.
Generate objects which stores source-file and coverage stats information.
Returns total line counts of the specified source file.
Returns the source file of the specified module.
Wrapper for reading the specified file.
Report the statistical information for the specified module.
Converts coverage stats to a map, which can be serialized to JSON for posting it to Coveralls or writing to excoveralls.json.
Summarizes source coverage details.
Updates the paths to take into account the subdir and rootdir options