# Quality

Reflects the adherence to high standards, reliability, and effectiveness of the code and deliverables produced by developers.&#x20;

<figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FTUE29BkaD2rw0t5pKqWh%2FScreenshot%202025-06-03%20at%2012.36.14%E2%80%AFAM.png?alt=media&#x26;token=e8fe02bd-1807-4797-abc5-1aa9c633f31f" alt=""><figcaption></figcaption></figure>

The following metrics are part of Quality -

#### [**Code Health**](https://typo.gitbook.io/typo-help-docs/engineering-metrics/code-quality-metrics)

Code health refers to the number of issues in your code, categorized into two main types: security and vulnerability.

#### [PRs Merged w/o Review](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/prs-merged-without-review)

Pull Request merged without review refers to all those pull requests that are merged without the review being approved.

#### [**PR Size**](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/pr-size)

The average number of lines of code added and deleted across all merged pull requests (PRs) within a specified time frame

#### [Avg. commits](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/avg.-commits-during-pr-review)

This represents the average number of commits made to each Pull Request after it is raised for review. It is an indicative measure of the quality of code & code reviews.

#### [**Change Failure Rate**](https://typo.gitbook.io/typo-help-docs/engineering-metrics/dora/change-failure-rate)

CFR(Change Failure Rate) refers to the proportion or percentage of deployments that result in failure or errors, indicating the rate at which changes negatively impact the stability or functionality of the system.

#### [**Review Time**](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/review-time)

The "Review" stage represents the average time taken to complete the code review of Pull Requests.


---

# 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://typo.gitbook.io/typo-help-docs/platform/metrics/quality.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.
