pub fn satisfies_floor(running: &str, floor: &str) -> Option<bool>Expand description
Does running satisfy a declared floor?
None when either side is unparseable — the caller should say so
rather than treat “cannot tell” as either satisfied or violated.