< 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:7
Uncovered lines:0
Coverable lines:7
Total lines:16
Line coverage:100% (7 of 7)
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_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    {
 3368        public readonly CurrentRealmVariable playerRealm = new CurrentRealmVariable();
 3369        public readonly BaseCollection<RealmModel> realmsInfo = new BaseCollection<RealmModel>();
 33610        public readonly BaseVariable<AboutResponse.Types.AboutConfiguration> playerRealmAboutConfiguration = new BaseVar
 33611        public readonly BaseVariable<AboutResponse.Types.LambdasInfo> playerRealmAboutLambdas = new BaseVariable<AboutRe
 33612        public readonly BaseVariable<AboutResponse.Types.ContentInfo> playerRealmAboutContent = new BaseVariable<AboutRe
 33613        public readonly BaseVariable<string> realmName = new BaseVariable<string>();
 33614        public readonly BaseVariable<bool> realmWasSetByFirstTime = new (false);
 15    }
 16}

Methods/Properties

DataStore_Realm()