Hello,
I want to use branch and line together as criteria in evosuite. I believe that BranchCoverage and LineCoverage output variables give coverage information for branches and lines respectively. However, I want to get additional information about total_branches, covered_branches, total_lines and covered_lines. What are the output variables total and covered lines? Furthermore, using multiple criteria (for instance, branch and line together), what do total_goals and covered_goals variables mean?
Thanks