ChemPal Documentation - v1.6.0
    Preparing search index...

    Variable EXCESSIVE_RATIOConst

    EXCESSIVE_RATIO: 0.5

    Failure share at or above which a category counts as "excessive". Below this a supplier is treated as healthy — occasional failures are normal. Total failure (a ratio of 1) escalates to the critical status for that category.

    Exported so callers and tests can reference the threshold rather than duplicating the literal.

    export const EXCESSIVE_RATIO = 0.5;