< 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:14
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    {
 4149        public readonly BaseRefCountedCollection<(string bodyshapeId, string emoteId)> emotesOnUse = new BaseRefCountedC
 41410        public readonly BaseDictionary<(string bodyshapeId, string emoteId), EmoteClipData> animations = new BaseDiction
 11
 12
 13    }
 14}

Methods/Properties

DataStore_Emotes()