< Summary

Class:DCL.DataStore_Mentions
Assembly:DataStore
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DataStore/DataStore_Mentions.cs
Covered lines:4
Uncovered lines:0
Coverable lines:4
Total lines:10
Line coverage:100% (4 of 4)
Covered branches:0
Total branches:0
Covered methods:1
Total methods:1
Method coverage:100% (1 of 1)

Metrics

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

File(s)

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

#LineLine coverage
 1namespace DCL
 2{
 3    public class DataStore_Mentions
 4    {
 1185        public readonly BaseVariable<string> ownPlayerMentionedInDM = new ();
 1186        public readonly BaseVariable<string> ownPlayerMentionedInChannel = new ();
 1187        public readonly BaseVariable<bool> isMentionSuggestionVisible = new ();
 1188        public readonly BaseVariable<string> someoneMentionedFromContextMenu = new ();
 9    }
 10}

Methods/Properties

DataStore_Mentions()