In ZFunctionTesterReport.vue lines 43 and 52 we are accessing the tester labels as if the ZTester literal in the Z8K3 array comes wrapped in a ZPersistentObject/Z2 instead of just being a ZTester/Z20.
This will never happen (it would be an invalid ZObject)
Instead, whenever the Z8K3 contains a literal ZTester or the key Z8K4 contains a literal ZImplementation, it will not have a label, and the way we pass its ID to the component will change.