> For the complete documentation index, see [llms.txt](https://docs.logilica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logilica.com/advanced/datastudio-data-model/models/coveragecustomfield.md).

# 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)
