# Are draft PRs considered for calculation of coding/cycle time?

**Yes, draft PRs are considered in the calculation.**

**The time spent in the draft stage will be counted towards Coding Time, and not Review Time.**

Review time is calculated from the **last time the PR is moved to Active (open)** before approval, up until the **final approval**.

**Review Time = Final Active Timestamp (before approval) → Final Approval Timestamp**

#### Multiple Draft ↔ Active Transitions

If a PR moves between **Draft** and **Active** multiple times before approval:

* Any time spent in **Draft** is counted as **Coding Time**.
* Review time begins only from the **final transition to Active before approval**.
* The duration from this final Active timestamp to approval is counted as **Review Time**.


---

# 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.hivel.ai/faqs/metrics-and-data-faqs/are-draft-prs-considered-for-calculation-of-coding-cycle-time.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.
