Description
Perl projects can test whether public modules have POD coverage for their documented APIs. This helps maintainers notice functions or methods that are exposed without matching documentation.
It is a developer documentation test. Coverage does not measure explanation quality, so maintainers still need to read whether the documented API is understandable.