> 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/fuzzer/checklist-for-coverage.md).

# Checklist for Coverage

Ensure that fuzz tests cover the following runtime functions:

* [ ] `register_property()`
* [ ] `update_property_metadata()`
* [ ] `transfer_property()`
* [ ] `revoke_property()`
* [ ] Hooks: `on_initialize`, `on_finalize`
