GyrosWorkshop/Wukong

View on GitHub
Wukong/Services/Provider.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method GetSong has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public async Task<Song> GetSong(ClientSong clientSong, bool requestUrl = false)
        {
            if (clientSong == null)
            {
                return null;
Severity: Minor
Found in Wukong/Services/Provider.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status