GyrosWorkshop/Wukong

View on GitHub
Wukong.Tests/ChannelUserListTest.cs

Summary

Maintainability
B
6 hrs
Test Coverage

Method MultipleUser has 118 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Fact]
        public void MultipleUser()
        {
            var list = new ChannelUserList();
            var userAdd = false;
Severity: Major
Found in Wukong.Tests/ChannelUserListTest.cs - About 4 hrs to fix

    Method SingleUser has 56 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            [Fact]
            public void SingleUser()
            {
                var list = new ChannelUserList();
                var userAdd = false;
    Severity: Major
    Found in Wukong.Tests/ChannelUserListTest.cs - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status