# Coverage Custom Fields

## Description

Values from custom fields related to test results.

## Measures

| Name                        | Title | Description                                           |
| --------------------------- | ----- | ----------------------------------------------------- |
| `CoverageCustomField.count` | Count | A count of the custom fields for test coverage files. |

## Dimensions

| Name                        | Title | Description                               |
| --------------------------- | ----- | ----------------------------------------- |
| `CoverageCustomField.id`    | Id    |                                           |
| `CoverageCustomField.name`  | Name  | The name of the custom field as imported. |
| `CoverageCustomField.value` | Value | The value assigned to the custom field.   |

## Connected Cubes

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

* [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)
* [Contributor](/advanced/datastudio-data-model/models/contributor.md)
* [Team](/advanced/datastudio-data-model/models/team.md)
* [Repositories](/advanced/datastudio-data-model/models/project.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/coveragecustomfield.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.
