This inspection finds the code that will never be executed, e.g. the code:
 -after the return, break, continue and goto statements
 -after endless loops
 -inside false branches of if statements