public GivenAStatementsAnalyzer() { _analyzer = new LinesOfCodeCalculator(); }
public void Setup() { _analyzer = new LinesOfCodeCalculator(); }