:: Customizing Code Coverage :: Before beginning this session, if you are new to code coverage, let's have a quick overview. What is Code Coverage? Code coverage is the means of being able to track which part of the application code has been exercised during an activity. In Microsoft Dynamics NAV, code coverage is recorded by C/AL code line and specifies if a code line was exercised by the activity and the number of times the line of code was executed . How to open Code Coverage? path: /Departments/Administration/Application Tools click here open Code Coverage directly. How to Start Code Coverage Monitoring? Before beginning your process open Code Coverage window and click Start. " This starts the code coverage engine, and code coverage is captured. However, you will not be able to see any updated information until you choose Refresh or Stop . The information contains coverage of o...