diff --git a/coverlet.sln b/coverlet.sln index a0efe4e6a..c14d01a85 100644 --- a/coverlet.sln +++ b/coverlet.sln @@ -1,4 +1,5 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 + +Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26124.0 MinimumVisualStudioVersion = 15.0.26124.0 @@ -14,7 +15,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "coverlet.core.tests", "test EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "coverlet.console", "src\coverlet.console\coverlet.console.csproj", "{F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "coverlet.tracker", "src\coverlet.tracker\coverlet.tracker.csproj", "{F4273009-536D-4999-A126-B0A2E3AA3E70}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "coverlet.tracker", "src\coverlet.tracker\coverlet.tracker.csproj", "{F4273009-536D-4999-A126-B0A2E3AA3E70}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "coverlet.testsubject", "test\coverlet.testsubject\coverlet.testsubject.csproj", "{AE117FAA-C21D-4F23-917E-0C8050614750}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "coverlet.core.performancetest", "test\coverlet.core.performancetest\coverlet.core.performancetest.csproj", "{C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -86,6 +91,30 @@ Global {F4273009-536D-4999-A126-B0A2E3AA3E70}.Release|x64.Build.0 = Release|Any CPU {F4273009-536D-4999-A126-B0A2E3AA3E70}.Release|x86.ActiveCfg = Release|Any CPU {F4273009-536D-4999-A126-B0A2E3AA3E70}.Release|x86.Build.0 = Release|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Debug|x64.ActiveCfg = Debug|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Debug|x64.Build.0 = Debug|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Debug|x86.ActiveCfg = Debug|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Debug|x86.Build.0 = Debug|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Release|Any CPU.Build.0 = Release|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Release|x64.ActiveCfg = Release|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Release|x64.Build.0 = Release|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Release|x86.ActiveCfg = Release|Any CPU + {AE117FAA-C21D-4F23-917E-0C8050614750}.Release|x86.Build.0 = Release|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Debug|x64.ActiveCfg = Debug|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Debug|x64.Build.0 = Debug|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Debug|x86.ActiveCfg = Debug|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Debug|x86.Build.0 = Debug|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Release|Any CPU.Build.0 = Release|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Release|x64.ActiveCfg = Release|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Release|x64.Build.0 = Release|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Release|x86.ActiveCfg = Release|Any CPU + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -96,6 +125,8 @@ Global {E7637CC6-43F7-461A-A0BF-3C14562419BD} = {2FEBDE1B-83E3-445B-B9F8-5644B0E0E134} {F3DBE7C3-ABBB-4B8B-A6CB-A1D3D607163E} = {E877EBA4-E78B-4F7D-A2D3-1E070FED04CD} {F4273009-536D-4999-A126-B0A2E3AA3E70} = {E877EBA4-E78B-4F7D-A2D3-1E070FED04CD} + {AE117FAA-C21D-4F23-917E-0C8050614750} = {2FEBDE1B-83E3-445B-B9F8-5644B0E0E134} + {C68CF6DE-F86C-4BCF-BAB9-7A60C320E1F9} = {2FEBDE1B-83E3-445B-B9F8-5644B0E0E134} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {9CA57C02-97B0-4C38-A027-EA61E8741F10} diff --git a/src/coverlet.core/Coverage.cs b/src/coverlet.core/Coverage.cs index f41755fbe..420575d49 100644 --- a/src/coverlet.core/Coverage.cs +++ b/src/coverlet.core/Coverage.cs @@ -55,10 +55,10 @@ public CoverageResult GetCoverageResult() foreach (var result in _results) { Documents documents = new Documents(); - foreach (var doc in result.Documents) + foreach (var doc in result.Documents.Values) { // Construct Line Results - foreach (var line in doc.Lines) + foreach (var line in doc.Lines.Values) { if (documents.TryGetValue(doc.Path, out Classes classes)) { @@ -91,7 +91,7 @@ public CoverageResult GetCoverageResult() } // Construct Branch Results - foreach (var branch in doc.Branches) + foreach (var branch in doc.Branches.Values) { if (documents.TryGetValue(doc.Path, out Classes classes)) { @@ -147,55 +147,52 @@ private void CalculateCoverage() { foreach (var result in _results) { - var i = 0; - while (true) + if (!File.Exists(result.HitsFilePath)) { - var file = $"{result.HitsFilePath}_compressed_{i}"; - if(!File.Exists(file)) break; - - using (var fs = new FileStream(file, FileMode.Open)) - using (var gz = new GZipStream(fs, CompressionMode.Decompress)) - using (var sr = new StreamReader(gz)) + // File not instrumented, or nothing in it called. Warn about this? + continue; + } + + using (var fs = new FileStream(result.HitsFilePath, FileMode.Open)) + using (var sr = new StreamReader(fs)) + { + string row; + while ((row = sr.ReadLine()) != null) { - string row; - while ((row = sr.ReadLine()) != null) - { - var info = row.Split(','); - // Ignore malformed lines - if (info.Length != 4) - continue; + var info = row.Split(','); + // Ignore malformed lines + if (info.Length != 5) + continue; - bool isBranch = info[0] == "B"; + bool isBranch = info[0] == "B"; - var document = result.Documents.FirstOrDefault(d => d.Path == info[1]); - if (document == null) - continue; + if (!result.Documents.TryGetValue(info[1], out var document)) + { + continue; + } - int start = int.Parse(info[2]); + int start = int.Parse(info[2]); + int hits = int.Parse(info[4]); - if (isBranch) - { - uint ordinal = uint.Parse(info[3]); - var branch = document.Branches.First(b => b.Number == start && b.Ordinal == ordinal); - if (branch.Hits != int.MaxValue) - branch.Hits += branch.Hits + 1; - } - else + if (isBranch) + { + int ordinal = int.Parse(info[3]); + var branch = document.Branches[(start, ordinal)]; + branch.Hits = hits; + } + else + { + int end = int.Parse(info[3]); + for (int j = start; j <= end; j++) { - int end = int.Parse(info[3]); - for (int j = start; j <= end; j++) - { - var line = document.Lines.First(l => l.Number == j); - if (line.Hits != int.MaxValue) - line.Hits = line.Hits + 1; - } + var line = document.Lines[j]; + line.Hits = hits; } } } - - InstrumentationHelper.DeleteHitsFile(file); - i++; } + + InstrumentationHelper.DeleteHitsFile(result.HitsFilePath); } } } diff --git a/src/coverlet.core/Instrumentation/Instrumenter.cs b/src/coverlet.core/Instrumentation/Instrumenter.cs index 7d859cc85..0b287295d 100644 --- a/src/coverlet.core/Instrumentation/Instrumenter.cs +++ b/src/coverlet.core/Instrumentation/Instrumenter.cs @@ -166,17 +166,16 @@ private void InstrumentIL(MethodDefinition method) private Instruction AddInstrumentationCode(MethodDefinition method, ILProcessor processor, Instruction instruction, SequencePoint sequencePoint) { - var document = _result.Documents.FirstOrDefault(d => d.Path == sequencePoint.Document.Url); - if (document == null) - { + if (!_result.Documents.TryGetValue(sequencePoint.Document.Url, out var document)) + { document = new Document { Path = sequencePoint.Document.Url }; - _result.Documents.Add(document); + _result.Documents.Add(document.Path, document); } for (int i = sequencePoint.StartLine; i <= sequencePoint.EndLine; i++) { - if (!document.Lines.Exists(l => l.Number == i)) - document.Lines.Add(new Line { Number = i, Class = method.DeclaringType.FullName, Method = method.FullName }); + if (!document.Lines.ContainsKey(i)) + document.Lines.Add(i, new Line { Number = i, Class = method.DeclaringType.FullName, Method = method.FullName }); } string marker = $"L,{document.Path},{sequencePoint.StartLine},{sequencePoint.EndLine}"; @@ -194,15 +193,15 @@ private Instruction AddInstrumentationCode(MethodDefinition method, ILProcessor private Instruction AddInstrumentationCode(MethodDefinition method, ILProcessor processor, Instruction instruction, BranchPoint branchPoint) { - var document = _result.Documents.FirstOrDefault(d => d.Path == branchPoint.Document); - if (document == null) - { + if (!_result.Documents.TryGetValue(branchPoint.Document, out var document)) + { document = new Document { Path = branchPoint.Document }; - _result.Documents.Add(document); + _result.Documents.Add(document.Path, document); } - if (!document.Branches.Exists(l => l.Number == branchPoint.StartLine && l.Ordinal == branchPoint.Ordinal)) - document.Branches.Add( + var key = (branchPoint.StartLine, (int)branchPoint.Ordinal); + if (!document.Branches.ContainsKey(key)) + document.Branches.Add(key, new Branch { Number = branchPoint.StartLine, diff --git a/src/coverlet.core/Instrumentation/InstrumenterResult.cs b/src/coverlet.core/Instrumentation/InstrumenterResult.cs index a2b92cd36..615e2e316 100644 --- a/src/coverlet.core/Instrumentation/InstrumenterResult.cs +++ b/src/coverlet.core/Instrumentation/InstrumenterResult.cs @@ -22,21 +22,26 @@ internal class Document { public Document() { - Lines = new List(); - Branches = new List(); + Lines = new Dictionary(); + Branches = new Dictionary<(int Line, int Ordinal), Branch>(); } public string Path; - public List Lines { get; private set; } - public List Branches { get; private set; } + + public Dictionary Lines { get; private set; } + public Dictionary<(int Line, int Ordinal), Branch> Branches { get; private set; } } internal class InstrumenterResult { - public InstrumenterResult() => Documents = new List(); + public InstrumenterResult() + { + Documents = new Dictionary(); + } + public string Module; public string HitsFilePath; public string ModulePath; - public List Documents { get; private set; } + public Dictionary Documents { get; private set; } } } \ No newline at end of file diff --git a/src/coverlet.msbuild.tasks/CoverageResultTask.cs b/src/coverlet.msbuild.tasks/CoverageResultTask.cs index 0bce1363e..93b4129c1 100644 --- a/src/coverlet.msbuild.tasks/CoverageResultTask.cs +++ b/src/coverlet.msbuild.tasks/CoverageResultTask.cs @@ -1,4 +1,5 @@ using System; +using System.Diagnostics; using System.IO; using System.Linq; using System.Text; @@ -50,8 +51,12 @@ public override bool Execute() try { Console.WriteLine("\nCalculating coverage result..."); + var duration = new Stopwatch(); + duration.Start(); var coverage = InstrumentationTask.Coverage; var result = coverage.GetCoverageResult(); + duration.Stop(); + Console.WriteLine($"Results calculated in {duration.Elapsed.TotalSeconds} seconds"); var directory = Path.GetDirectoryName(_filename); if (!Directory.Exists(directory)) diff --git a/src/coverlet.tracker/CoverageTracker.cs b/src/coverlet.tracker/CoverageTracker.cs index 50f7f11cd..ce5960808 100644 --- a/src/coverlet.tracker/CoverageTracker.cs +++ b/src/coverlet.tracker/CoverageTracker.cs @@ -2,47 +2,39 @@ using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; -using System.IO.Compression; - -using Coverlet.Tracker.Extensions; namespace Coverlet.Tracker { public static class CoverageTracker { - private static Dictionary> _markers; - private static Dictionary _markerFileCount; + private static Dictionary> _events; [ExcludeFromCodeCoverage] static CoverageTracker() { - _markers = new Dictionary>(); - _markerFileCount = new Dictionary(); + _events = new Dictionary>(); AppDomain.CurrentDomain.ProcessExit += new EventHandler(CurrentDomain_ProcessExit); AppDomain.CurrentDomain.DomainUnload += new EventHandler(CurrentDomain_ProcessExit); } [ExcludeFromCodeCoverage] - public static void MarkExecuted(string path, string marker) + public static void MarkExecuted(string file, string evt) { - lock (_markers) + lock (_events) { - _markers.TryAdd(path, new List()); - _markers[path].Add(marker); - _markerFileCount.TryAdd(path, 0); - if (_markers[path].Count >= 100000) + if (!_events.TryGetValue(file, out var fileEvents)) { - using (var fs = new FileStream($"{path}_compressed_{_markerFileCount[path]}", FileMode.OpenOrCreate)) - using (var gz = new GZipStream(fs, CompressionMode.Compress)) - using (var sw = new StreamWriter(gz)) - { - foreach (var line in _markers[path]) - { - sw.WriteLine(line); - } - } - _markers[path].Clear(); - _markerFileCount[path] = _markerFileCount[path] + 1; + fileEvents = new Dictionary(); + _events.Add(file, fileEvents); + } + + if (!fileEvents.TryGetValue(evt, out var count)) + { + fileEvents.Add(evt, 1); + } + else if (count < int.MaxValue) + { + fileEvents[evt] = count + 1; } } } @@ -50,22 +42,21 @@ public static void MarkExecuted(string path, string marker) [ExcludeFromCodeCoverage] public static void CurrentDomain_ProcessExit(object sender, EventArgs e) { - lock (_markers) + lock (_events) { - foreach (var kvp in _markers) + foreach (var files in _events) { - using (var fs = new FileStream($"{kvp.Key}_compressed_{_markerFileCount[kvp.Key]}", FileMode.OpenOrCreate)) - using (var gz = new GZipStream(fs, CompressionMode.Compress)) - using (var sw = new StreamWriter(gz)) + using (var fs = new FileStream(files.Key, FileMode.Create)) + using (var sw = new StreamWriter(fs)) { - foreach (var line in kvp.Value) + foreach (var evt in files.Value) { - sw.WriteLine(line); + sw.WriteLine($"{evt.Key},{evt.Value}"); } } } - _markers.Clear(); + _events.Clear(); } } } diff --git a/test/coverlet.core.performancetest/PerformanceTest.cs b/test/coverlet.core.performancetest/PerformanceTest.cs new file mode 100644 index 000000000..849c14a8a --- /dev/null +++ b/test/coverlet.core.performancetest/PerformanceTest.cs @@ -0,0 +1,27 @@ +using coverlet.testsubject; +using Xunit; + +namespace coverlet.core.performancetest +{ + /// + /// Test the performance of coverlet by running a unit test that calls a reasonably big and complex test class. + /// Enable the test, compile, then run the test in the command line: + /// + /// dotnet test -p:CollectCoverage=true -p:CoverletOutputFormat=opencover test/coverlet.core.performa ncetest/ + /// + /// + public class PerformanceTest + { + [Theory(Skip = "Only enabled when explicitly testing performance.")] + [InlineData(150)] + public void TestPerformance(int iterations) + { + var big = new BigClass(); + + for (var i = 0; i < iterations; i++) + { + big.Do(i); + } + } + } +} \ No newline at end of file diff --git a/test/coverlet.core.performancetest/coverlet.core.performancetest.csproj b/test/coverlet.core.performancetest/coverlet.core.performancetest.csproj new file mode 100644 index 000000000..9e471b9bf --- /dev/null +++ b/test/coverlet.core.performancetest/coverlet.core.performancetest.csproj @@ -0,0 +1,19 @@ + + + + + netcoreapp2.0 + false + + + + + + + + + + + + + diff --git a/test/coverlet.core.tests/Instrumentation/InstrumenterTests.cs b/test/coverlet.core.tests/Instrumentation/InstrumenterTests.cs index 8f3c11b12..196d0e362 100644 --- a/test/coverlet.core.tests/Instrumentation/InstrumenterTests.cs +++ b/test/coverlet.core.tests/Instrumentation/InstrumenterTests.cs @@ -30,10 +30,10 @@ public void TestInstrument_ClassesWithExcludeAttributeAreExcluded(Type excludedT var instrumenterTest = CreateInstrumentor(); var result = instrumenterTest.Instrumenter.Instrument(); - var doc = result.Documents.FirstOrDefault(d => Path.GetFileName(d.Path) == "Samples.cs"); + var doc = result.Documents.Values.FirstOrDefault(d => Path.GetFileName(d.Path) == "Samples.cs"); Assert.NotNull(doc); - var found = doc.Lines.Any(l => l.Class == excludedType.FullName); + var found = doc.Lines.Values.Any(l => l.Class == excludedType.FullName); Assert.False(found, "Class decorated with with exclude attribute should be excluded"); instrumenterTest.Directory.Delete(true); diff --git a/test/coverlet.testsubject/BigClass.cs b/test/coverlet.testsubject/BigClass.cs new file mode 100644 index 000000000..40f758de8 --- /dev/null +++ b/test/coverlet.testsubject/BigClass.cs @@ -0,0 +1,4906 @@ +namespace coverlet.testsubject { + public class BigClass { + public void Do(int y) { + if (y > 0) { + var c = new SubClass0(); + c.Do(y); + } + if (y > 1) { + var c = new SubClass1(); + c.Do(y); + } + if (y > 2) { + var c = new SubClass2(); + c.Do(y); + } + if (y > 3) { + var c = new SubClass3(); + c.Do(y); + } + if (y > 4) { + var c = new SubClass4(); + c.Do(y); + } + if (y > 5) { + var c = new SubClass5(); + c.Do(y); + } + if (y > 6) { + var c = new SubClass6(); + c.Do(y); + } + if (y > 7) { + var c = new SubClass7(); + c.Do(y); + } + if (y > 8) { + var c = new SubClass8(); + c.Do(y); + } + if (y > 9) { + var c = new SubClass9(); + c.Do(y); + } + if (y > 10) { + var c = new SubClass10(); + c.Do(y); + } + if (y > 11) { + var c = new SubClass11(); + c.Do(y); + } + if (y > 12) { + var c = new SubClass12(); + c.Do(y); + } + if (y > 13) { + var c = new SubClass13(); + c.Do(y); + } + if (y > 14) { + var c = new SubClass14(); + c.Do(y); + } + if (y > 15) { + var c = new SubClass15(); + c.Do(y); + } + if (y > 16) { + var c = new SubClass16(); + c.Do(y); + } + if (y > 17) { + var c = new SubClass17(); + c.Do(y); + } + if (y > 18) { + var c = new SubClass18(); + c.Do(y); + } + if (y > 19) { + var c = new SubClass19(); + c.Do(y); + } + if (y > 20) { + var c = new SubClass20(); + c.Do(y); + } + if (y > 21) { + var c = new SubClass21(); + c.Do(y); + } + if (y > 22) { + var c = new SubClass22(); + c.Do(y); + } + if (y > 23) { + var c = new SubClass23(); + c.Do(y); + } + if (y > 24) { + var c = new SubClass24(); + c.Do(y); + } + if (y > 25) { + var c = new SubClass25(); + c.Do(y); + } + if (y > 26) { + var c = new SubClass26(); + c.Do(y); + } + if (y > 27) { + var c = new SubClass27(); + c.Do(y); + } + if (y > 28) { + var c = new SubClass28(); + c.Do(y); + } + if (y > 29) { + var c = new SubClass29(); + c.Do(y); + } + if (y > 30) { + var c = new SubClass30(); + c.Do(y); + } + if (y > 31) { + var c = new SubClass31(); + c.Do(y); + } + if (y > 32) { + var c = new SubClass32(); + c.Do(y); + } + if (y > 33) { + var c = new SubClass33(); + c.Do(y); + } + if (y > 34) { + var c = new SubClass34(); + c.Do(y); + } + if (y > 35) { + var c = new SubClass35(); + c.Do(y); + } + if (y > 36) { + var c = new SubClass36(); + c.Do(y); + } + if (y > 37) { + var c = new SubClass37(); + c.Do(y); + } + if (y > 38) { + var c = new SubClass38(); + c.Do(y); + } + if (y > 39) { + var c = new SubClass39(); + c.Do(y); + } + if (y > 40) { + var c = new SubClass40(); + c.Do(y); + } + if (y > 41) { + var c = new SubClass41(); + c.Do(y); + } + if (y > 42) { + var c = new SubClass42(); + c.Do(y); + } + if (y > 43) { + var c = new SubClass43(); + c.Do(y); + } + if (y > 44) { + var c = new SubClass44(); + c.Do(y); + } + if (y > 45) { + var c = new SubClass45(); + c.Do(y); + } + if (y > 46) { + var c = new SubClass46(); + c.Do(y); + } + if (y > 47) { + var c = new SubClass47(); + c.Do(y); + } + if (y > 48) { + var c = new SubClass48(); + c.Do(y); + } + if (y > 49) { + var c = new SubClass49(); + c.Do(y); + } + if (y > 50) { + var c = new SubClass50(); + c.Do(y); + } + if (y > 51) { + var c = new SubClass51(); + c.Do(y); + } + if (y > 52) { + var c = new SubClass52(); + c.Do(y); + } + if (y > 53) { + var c = new SubClass53(); + c.Do(y); + } + if (y > 54) { + var c = new SubClass54(); + c.Do(y); + } + if (y > 55) { + var c = new SubClass55(); + c.Do(y); + } + if (y > 56) { + var c = new SubClass56(); + c.Do(y); + } + if (y > 57) { + var c = new SubClass57(); + c.Do(y); + } + if (y > 58) { + var c = new SubClass58(); + c.Do(y); + } + if (y > 59) { + var c = new SubClass59(); + c.Do(y); + } + if (y > 60) { + var c = new SubClass60(); + c.Do(y); + } + if (y > 61) { + var c = new SubClass61(); + c.Do(y); + } + if (y > 62) { + var c = new SubClass62(); + c.Do(y); + } + if (y > 63) { + var c = new SubClass63(); + c.Do(y); + } + if (y > 64) { + var c = new SubClass64(); + c.Do(y); + } + if (y > 65) { + var c = new SubClass65(); + c.Do(y); + } + if (y > 66) { + var c = new SubClass66(); + c.Do(y); + } + if (y > 67) { + var c = new SubClass67(); + c.Do(y); + } + if (y > 68) { + var c = new SubClass68(); + c.Do(y); + } + if (y > 69) { + var c = new SubClass69(); + c.Do(y); + } + if (y > 70) { + var c = new SubClass70(); + c.Do(y); + } + if (y > 71) { + var c = new SubClass71(); + c.Do(y); + } + if (y > 72) { + var c = new SubClass72(); + c.Do(y); + } + if (y > 73) { + var c = new SubClass73(); + c.Do(y); + } + if (y > 74) { + var c = new SubClass74(); + c.Do(y); + } + if (y > 75) { + var c = new SubClass75(); + c.Do(y); + } + if (y > 76) { + var c = new SubClass76(); + c.Do(y); + } + if (y > 77) { + var c = new SubClass77(); + c.Do(y); + } + if (y > 78) { + var c = new SubClass78(); + c.Do(y); + } + if (y > 79) { + var c = new SubClass79(); + c.Do(y); + } + if (y > 80) { + var c = new SubClass80(); + c.Do(y); + } + if (y > 81) { + var c = new SubClass81(); + c.Do(y); + } + if (y > 82) { + var c = new SubClass82(); + c.Do(y); + } + if (y > 83) { + var c = new SubClass83(); + c.Do(y); + } + if (y > 84) { + var c = new SubClass84(); + c.Do(y); + } + if (y > 85) { + var c = new SubClass85(); + c.Do(y); + } + if (y > 86) { + var c = new SubClass86(); + c.Do(y); + } + if (y > 87) { + var c = new SubClass87(); + c.Do(y); + } + if (y > 88) { + var c = new SubClass88(); + c.Do(y); + } + if (y > 89) { + var c = new SubClass89(); + c.Do(y); + } + if (y > 90) { + var c = new SubClass90(); + c.Do(y); + } + if (y > 91) { + var c = new SubClass91(); + c.Do(y); + } + if (y > 92) { + var c = new SubClass92(); + c.Do(y); + } + if (y > 93) { + var c = new SubClass93(); + c.Do(y); + } + if (y > 94) { + var c = new SubClass94(); + c.Do(y); + } + if (y > 95) { + var c = new SubClass95(); + c.Do(y); + } + if (y > 96) { + var c = new SubClass96(); + c.Do(y); + } + if (y > 97) { + var c = new SubClass97(); + c.Do(y); + } + if (y > 98) { + var c = new SubClass98(); + c.Do(y); + } + if (y > 99) { + var c = new SubClass99(); + c.Do(y); + } + } + } + public class SubClass0 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass1 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass2 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass3 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass4 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass5 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass6 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass7 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass8 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass9 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass10 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass11 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass12 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass13 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass14 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass15 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass16 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass17 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass18 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass19 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass20 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass21 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass22 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass23 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass24 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass25 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass26 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass27 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass28 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass29 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass30 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass31 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass32 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass33 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass34 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass35 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass36 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass37 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass38 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass39 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass40 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass41 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass42 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass43 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass44 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass45 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass46 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass47 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass48 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass49 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass50 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass51 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass52 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass53 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass54 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass55 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass56 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass57 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass58 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass59 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass60 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass61 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass62 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass63 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass64 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass65 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass66 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass67 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass68 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass69 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass70 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass71 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass72 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass73 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass74 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass75 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass76 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass77 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass78 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass79 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass80 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass81 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass82 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass83 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass84 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass85 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass86 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass87 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass88 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass89 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass90 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass91 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass92 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass93 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass94 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass95 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass96 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass97 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass98 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } + public class SubClass99 { + private int _x; + public void Do(int y) { + if (y > 0) { Do0(y); } + if (y > 1) { Do1(y); } + if (y > 2) { Do2(y); } + if (y > 3) { Do3(y); } + if (y > 4) { Do4(y); } + if (y > 5) { Do5(y); } + if (y > 6) { Do6(y); } + if (y > 7) { Do7(y); } + if (y > 8) { Do8(y); } + if (y > 9) { Do9(y); } + } + private void Do0(int y) { + if (y > 0) { _x += y; } + } + private void Do1(int y) { + if (y > 1) { _x += y; } + } + private void Do2(int y) { + if (y > 2) { _x += y; } + } + private void Do3(int y) { + if (y > 3) { _x += y; } + } + private void Do4(int y) { + if (y > 4) { _x += y; } + } + private void Do5(int y) { + if (y > 5) { _x += y; } + } + private void Do6(int y) { + if (y > 6) { _x += y; } + } + private void Do7(int y) { + if (y > 7) { _x += y; } + } + private void Do8(int y) { + if (y > 8) { _x += y; } + } + private void Do9(int y) { + if (y > 9) { _x += y; } + } + } +} diff --git a/test/coverlet.testsubject/coverlet.testsubject.csproj b/test/coverlet.testsubject/coverlet.testsubject.csproj new file mode 100644 index 000000000..5766db614 --- /dev/null +++ b/test/coverlet.testsubject/coverlet.testsubject.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp2.0 + + +