Reputation: 41
I am trying to use SQL Cover library in my project to find the code coverage,
I have tried using Redgate SQL Test previously for same purpose but with SQL cover the number of lines are almost double to that considered in SQL Test.
E.g. SQL Test : Total Lines considered for coverage is 10000
SQL Cover: Total Lines considered for coverage is 19850
I want to know why there is so much difference in both when SQL Test internally use SQL Cover library, and is there a way to resolve this.
Upvotes: 0
Views: 123