< Summary

Class:DCL.DataStore_MyAccount
Assembly:DataStore
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DataStore/DataStore_MyAccount.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_MyAccount()0%110100%

File(s)

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

#LineLine coverage
 1namespace DCL
 2{
 3    public class DataStore_MyAccount
 4    {
 25        public readonly BaseVariable<bool> isMyAccountSectionVisible = new (false);
 26        public readonly BaseVariable<bool> isInitialized = new (false);
 27        public readonly BaseVariable<bool> myAccountSectionOpenFromProfileHUD = new (false);
 28        public readonly BaseVariable<string> openSection = new (null);
 9    }
 10}

Methods/Properties

DataStore_MyAccount()