< Summary

Class:DCL.EmotesWheel.EmotesWheelUIPlugin
Assembly:AvatarEditorHUD
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/AvatarEditorHUD/Scripts/EmotesCustomization/EmotesWheelUIPlugin.cs
Covered lines:0
Uncovered lines:2
Coverable lines:2
Total lines:14
Line coverage:0% (0 of 2)
Covered branches:0
Total branches:0

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
EmotesWheelUIPlugin()0%2100%
Dispose()0%2100%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/AvatarEditorHUD/Scripts/EmotesCustomization/EmotesWheelUIPlugin.cs

#LineLine coverage
 1namespace DCL.EmotesWheel
 2{
 3    /// <summary>
 4    /// Plugin feature that initialize the Emotes Wheel feature.
 5    /// </summary>
 6    public class EmotesWheelUIPlugin : IPlugin
 7    {
 8        public EmotesWheelController emotesWheelController;
 9
 010        public EmotesWheelUIPlugin() { emotesWheelController = new EmotesWheelController(UserProfile.GetOwnUserProfile()
 11
 012        public void Dispose() { }
 13    }
 14}

Methods/Properties

EmotesWheelUIPlugin()
Dispose()