A program should jump to all possible destinations
if ($x) { print "a"; } else { print "b"; }
$x must be true on one occasion and false on another