public GivenACyclomaticComplexityAnalyzer()
 {
     _counter = new CyclomaticComplexityCounter();
 }
			public void SetUp()
			{
				_counter = new CyclomaticComplexityCounter();
			}