CoverageGroup

Overview

CoverageGroup is a class in Aspose.Font FOSS for Python.

Coverage diagnostics for one request source such as a preset, text, or range.

This class provides 2 methods for working with CoverageGroup objects in Python programs. Available methods include: summary_dict, to_dict. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: covered_codepoints, covered_count, fully_covered, kind, label, missing_codepoints, and 3 more.

Properties

NameTypeAccessDescription
requested_countintReadGets the requested count.
covered_countintReadGets the covered count.
missing_countintReadGets the missing count.
fully_coveredboolReadGets the fully covered.
kindstrReadGets the kind.
labelstrReadGets the label.
requested_codepointstuple[int, ...]ReadGets the requested codepoints.
covered_codepointstuple[int, ...]ReadGets the covered codepoints.
missing_codepointstuple[int, ...]ReadGets the missing codepoints.

Methods

SignatureDescription
to_dict()dict[str, object]Returns a dictionary representation of the object’s data
summary_dict()dict[str, object]Returns a concise dictionary summarizing coverage statistics

See Also