Whereas Analyser correctly detects the unreachability of elements following to an EXIT (Jump) element (cf #161), it does not recognise an unreachability after a forking element (Alternative or Case):
This kind of check should be accomplished, therefore.
On the other hand, the reachability test result after an eternal loop didn't work correctly, either: leave elements within the loop weren't reliably recognised.
Whereas Analyser correctly detects the unreachability of elements following to an EXIT (Jump) element (cf #161), it does not recognise an unreachability after a forking element (Alternative or Case):
This kind of check should be accomplished, therefore.