# Functions
CoverageObjectCountOfFile parses the given coverage file and returns its coverage object count.
Files returns a list of relative file paths of the repository that should be evaluated.
Register adds a language to the common language list.
RepositoriesForLanguage returns the relative repository paths for a language.
# Variables
DefaultExecutionTimeout defines the timeout for an execution.
ErrCannotParseTestSummary indicates that the test summary cannot be parsed.
ErrNoTestFound indicates that no tests could be found.
FileRangeMatch match a textual file range with lines and columns.
LanguageByFileExtension holds the language for a default file extension.
Languages holds a register of all languages.
# Structs
CoverageBlockUnfolded is an unfolded representation of a coverage data block.
TestResult holds the result of running tests.
# Interfaces
Language defines a language to evaluate a repository.