true, 'v' => 'V47-l99-status-fallback-from-nr', 'ts' => date('c'), 'nr_pct' => $score, 'pass' => $pass, 'total' => $total, 'dpmo' => $score >= 100 ? 0 : intval((100-$score)*10000), 'sigma_estimated' => $score >= 100 ? '6sigma_ok' : ($score >= 99 ? '5sigma' : '4sigma'), 'failures' => $nr['fail_items'] ?? array(), 'derived' => 'from_nonreg_api', ), JSON_PRETTY_PRINT);