How to get evaluation results for each cell of a decision table

I have a requirement in which I have to send a response which condition of rule got passed and which got failed.

@ajayriyar, based on the dmn hit policy, the rules will be executed meaning one or more rules will be executed. If you provide invalid data format or data which may cause exceptions will fail otherwise it will be executed successfully. So you will not get both failed & executed rules for the same request. If you explain more on what you are expecting to return during rule execution will be more helpful to provide solution.