what is the best satisfactory coverage ratio should be ?
what is the best satisfactory coverage ratio should be ?
in general software unit testing, what is the best satisfactory coverage ratio should be ?
Re: what is the best satisfactory coverage ratio should be ?
cocochen,
the satisfactory code coverage percentage will vary from project to project, based on project size, complexity, requirements, when coverage was started, etc. 100% sequence point (statement) coverage is usually considered ideal, and 95% is the usual goal.
Regards, Stephen Ward