< Summary

Class:DCL.Emotes.EmoteAnimationLoaderFactory
Assembly:EmoteAnimationsPlugin
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/DCLPlugins/EmoteAnimations/EmoteAnimationLoaderFactory.cs
Covered lines:1
Uncovered lines:0
Coverable lines:1
Total lines:9
Line coverage:100% (1 of 1)
Covered branches:0
Total branches:0

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
Get()0%110100%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/DCLPlugins/EmoteAnimations/EmoteAnimationLoaderFactory.cs

#LineLine coverage
 1using AvatarSystem;
 2
 3namespace DCL.Emotes
 4{
 5    public class EmoteAnimationLoaderFactory
 6    {
 37        public virtual IEmoteAnimationLoader Get() { return new EmoteAnimationLoader(new WearableRetriever()); }
 8    }
 9}

Methods/Properties

Get()