> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/faqs/metrics-and-data-faqs/are-draft-prs-considered-for-calculation-of-coding-cycle-time.md).

# 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**.
