Final answer:
Statement coverage is determined by calculating the number of executable statements tested divided by the total number of executable statements.
Step-by-step explanation:
Statement coverage is determined by calculating the number of executable statements tested divided by the total number of executable statements.
For example, if there are 100 executable statements in a program and 75 of them are tested, then the statement coverage would be 75/100, or 75%.