When running an Apex test, which type of Apex syntax in tested code is counted in the code coverage calculation?

When running an Apex test, which type of Apex syntax in tested code is counted in the code coverage calculation?

1. Variable Assignment

2. Apex codes

3. If, for, etc.. loops

4. Inside the If loop, if condition matches

5. Inside for loop, if condition satisfies

Cheers!!!

Leave a Reply