> For the complete documentation index, see [llms.txt](https://typo.gitbook.io/typo-help-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typo.gitbook.io/typo-help-docs/platform/health/metrics/quality.md).

# Quality

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

<figure><img src="/files/vItzNFec9cvGH9isCij1" alt=""><figcaption></figcaption></figure>

The following metrics are part of Quality -

#### [**Code Health**](/typo-help-docs/engineering-metrics/code-quality-metrics.md)

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

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

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

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

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

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

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**](/typo-help-docs/engineering-metrics/dora/change-failure-rate.md)

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**](/typo-help-docs/engineering-metrics/pull-request-metrics/review-time.md)

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