# Coverage Labels

## Description

Labels associated with test results.

## Measures

| Name                  | Title | Description                        |
| --------------------- | ----- | ---------------------------------- |
| `CoverageLabel.count` | Count | Counts the coverage label entries. |

## Dimensions

| Name                 | Title | Description                     |
| -------------------- | ----- | ------------------------------- |
| `CoverageLabel.id`   | Id    |                                 |
| `CoverageLabel.name` | Name  | The name of the coverage label. |

## Connected Cubes

All fields belonging to the following cubes are also reachable from CoverageLabel:

* [Coverage Commit](/advanced/datastudio-data-model/models/coveragecommit.md)
* [Coverage Custom Fields](/advanced/datastudio-data-model/models/coveragecustomfield.md)
* [Coverage File](/advanced/datastudio-data-model/models/coveragefile.md)
* [Coverage Labels](/advanced/datastudio-data-model/models/coveragelabel.md)
* [Coverage Test Result](/advanced/datastudio-data-model/models/coveragetestresult.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.logilica.com/advanced/datastudio-data-model/models/coveragelabel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
