jalangi2
jalangi2 copied to clipboard
Code coverage examples SpecialCoverage.js
Hi,
In the example analysis SpecialCoverage.js there's a reference to beginExecution which seems to have been commented out. Could anybody explain what this is and how (if possible) I could retrofit this example to provide me the number of statements covered / total number of statements in a program.
This is my current work in progress to measure coverage
http://pastebin.com/fvRUwNAd
which generates output like
http://pastebin.com/5MnnjJNn
Thanks