< Summary

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

Metrics

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

File(s)

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

#LineLine coverage
 1using Decentraland.Bff;
 2using Variables.RealmsInfo;
 3
 4namespace DCL
 5{
 6    public class DataStore_Realm
 7    {
 488        public readonly CurrentRealmVariable playerRealm = new CurrentRealmVariable();
 489        public readonly BaseCollection<RealmModel> realmsInfo = new BaseCollection<RealmModel>();
 4810        public readonly BaseVariable<AboutResponse> playerRealmAbout = new BaseVariable<AboutResponse>();
 4811        public readonly BaseVariable<string> realmName = new BaseVariable<string>();
 12    }
 13}

Methods/Properties

DataStore_Realm()