End Google Ads 201810 - BS.net 01 --> 1.Are all the conditional paths reachable?
2.Are all the individual conditions in a complex conditions separately evaluated?
3.If there is a nested IF statement, are the THEN and ELSE parts appropriately delimited?
4. In the case of a multi-way branch like SWITCH/CASE statement, is a default clause provided? Are the breaks after each CASE appropriates?
5.Is there any part of code that is unreachable?
6.Are there any loops that will never execute?
7.Are there any loops where the final condition will never be met and hence cause the program to go into an infinite loop?
8.What is the level of nesting of the conditional statements? Can the code be simplified to reduce complexity?


http://www.mindfiresolutions.com/Cod...cklist-238.php[^]
Cheers,
Eliza