Checks whether a condition is present, absent (negated), or don't care in a given term.
get_condition_status(term, condition)Character. One of "present", "absent", or "dontcare".
Uses word boundary matching to avoid false positives when condition names are substrings of each other (e.g., X1 vs X10).