< 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:2
Uncovered lines:0
Coverable lines:2
Total lines:10
Line coverage:100% (2 of 2)
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 Variables.RealmsInfo;
 2
 3namespace DCL
 4{
 5    public class DataStore_Realm
 6    {
 367        public readonly CurrentRealmVariable playerRealm = new CurrentRealmVariable();
 368        public readonly BaseCollection<RealmModel> realmsInfo = new BaseCollection<RealmModel>();
 9    }
 10}

Methods/Properties

DataStore_Realm()