pub fn parse_check(s: &str) -> Result<Check, String>
Parse an assertion of the form <metric><op><value> (whitespace optional), e.g. added_volume>100, faces_added == 3, removed_volume <= 0.5.
<metric><op><value>
added_volume>100
faces_added == 3
removed_volume <= 0.5