assertLine(1004, 0, 1, 0, 0);
assertLine(1005, 0, 2, 0, 0);
}
private void runMethodAnalzer() {
method.accept(new LabelFlowAnalyzer());
final MethodAnalyzer analyzer = new MethodAnalyzer("doit", "()V", null,
probes);
method.accept(new MethodProbesAdapter(analyzer, this));
result = analyzer.getCoverage();
}