package Examples; public class Simple1 { static public void main(String[] args) { // TODO figure out why this doesn't get covered... // ...because constructors don't get instrumented Simple1 s = new Simple1(); } }