Skip to content
Snippets Groups Projects
Commit 3b687729 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on coverage: not yet finished...

parent 480c2c1a
No related branches found
No related tags found
No related merge requests found
...@@ -1290,8 +1290,8 @@ public class JFrameAvatarInteractiveSimulation extends JFrame implements Avatar ...@@ -1290,8 +1290,8 @@ public class JFrameAvatarInteractiveSimulation extends JFrame implements Avatar
} }
nbOfAllExecutedElements = hashOfAllElements.hashCode(); nbOfAllExecutedElements = hashOfAllElements.hashCode();
if ((totalNbOfElements != -1) && (coverage != null)) { if ((totalNbOfElements != -1) && (coverage != null)) {
TraceManager.addDev("totalMet=" + totalMet + " total=" + total); //TraceManager.addDev("totalMet=" + totalMet + " total=" + total);
coverage.setText(""+ ( ((double)totalMet*100)/total) + "%"); //coverage.setText(""+ ( ((double)totalMet*100)/total) + "%");
} }
} }
//nbOfAllExecutedElements = hashOfAllElements.hashCode(); //nbOfAllExecutedElements = hashOfAllElements.hashCode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment