< Summary

Class:DCL.DataStore_Emotes
Assembly:DataStore
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DataStore/DataStore_Emotes.cs
Covered lines:2
Uncovered lines:0
Coverable lines:2
Total lines:12
Line coverage:100% (2 of 2)
Covered branches:0
Total branches:0

Metrics

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

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DataStore/DataStore_Emotes.cs

#LineLine coverage
 1using System.Collections.Generic;
 2using DCL.Emotes;
 3using UnityEngine;
 4
 5namespace DCL
 6{
 7    public class DataStore_Emotes
 8    {
 6929        public readonly BaseRefCountedCollection<string> emotesOnUse = new BaseRefCountedCollection<string>();
 69210        public readonly BaseDictionary<(string bodyshapeId, string emoteId), AnimationClip> animations = new BaseDiction
 11    }
 12}

Methods/Properties

DataStore_Emotes()