Compositional-lift ablation: the coordinated plugin versus its member components staged individually. This signal never affects the overall score or verdict.
+| Verdict | Plugin | Sum-of-parts | Integration Lift | Components |
|---|---|---|---|---|
| {{ (integ.verdict or 'inconclusive') | replace('_', ' ') | title }} | +{{ "%.2f" | format(integ.with_plugin) if integ.with_plugin is not none else "N/A" }} | +{{ "%.2f" | format(integ.sum_of_parts) if integ.sum_of_parts is not none else "N/A" }} | +{{ "%+.2f" | format(integ.integration_lift) if integ.integration_lift is not none else "N/A" }} | +{% for comp in integ.components or [] %}{% endfor %} | +
{{ integ.interpretation }}
{% endif %} +