muteria.drivers.criteria.tools_by_languages.python.coverage_py.coverage module

class muteria.drivers.criteria.tools_by_languages.python.coverage_py.coverage.CriteriaToolCoveragePy(*args, **kwargs)[source]

Bases: BaseCriteriaTool

class PathAliases(data_files, exe_rel_files, inst_top_dir, top_out_dir, repo_dir)[source]

Bases: object

map(in_dat_file)[source]
get_criterion_info_object(criterion)[source]
get_instrumented_executable_paths_map(enabled_criteria)[source]
classmethod installed(custom_binary_dir=None)[source]

Check that the tool is installed :return: bool reprenting whether the tool is installed or not

(executable accessible on the path) - True: the tool is installed and works - False: the tool is not installed or do not work