export function uncovered(condition: boolean) { return condition ? 1 : 0 }