Tag: Deployment
-
How is Aggregate Code Coverage Calculated in Salesforce?
Question How does Salesforce calculate aggregate code coverage when multiple Apex classes are involved? Is it based on the average coverage per class or the ratio of covered lines to total testable lines? Answer Salesforce determines aggregate code coverage using the ratio of all covered lines to the total testable lines in the org, not…