private int Run()

in TeamCity.dotCover/Program.cs [34:45]


    private int Run()
    {
        try
        {
            return _processRunner.Run();
        }
        catch (ToolException toolException)
        {
            _console.WriteErrLine(toolException.Message);
            return 1;
        }
    }