> For the complete documentation index, see [llms.txt](https://doc-hub.xcavate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-hub.xcavate.io/protocol/property-management-pallet/quality-audit/audit-methodology.md).

# Audit Methodology

| Task                               | Method                                                     |
| ---------------------------------- | ---------------------------------------------------------- |
| Manual Code Review                 | Pair review by 2 engineers using defined checklist         |
| Lint & Style Check (`clippy`, fmt) | Automated CI enforcement with manual override if needed    |
| Unit Testing                       | `cargo test` and `mock.rs` coverage inspection             |
| Functional Scenario Validation     | Using `try-runtime`, `mock_runtime`, and integration tests |
| Benchmark Validation               | Runtime weight measured via `frame-benchmarking`           |
| Test Data Consistency              | Seeded randomness and pattern-based test scenarios         |
