13.43MUnit coverage
MUnit supports coverage reporting.
You may encounter metrics around:
flow coverage
processor coverage
But don't fall into:
“95% MUnit coverage = good integration.”
Coverage tells you:
which code/processors executed
not:
whether important scenarios were tested
Given your QA background, this is a strong point to make.