What is Code Coverage and Code Inspection
- This is an analysis method which verifies which parts of the software have already been covered by the test case suite and which are remaining.
- A formal testing technique where the programmer reviews source code with a group who ask questions examining the program logic, analyzing the code with respect to a checklist of historically common programming errors, and examining its compliance with coding standards.