< Summary

Class:DCL.DataStore_Wallet
Assembly:DataStore
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DataStore/DataStore_Wallet.cs
Covered lines:5
Uncovered lines:0
Coverable lines:5
Total lines:11
Line coverage:100% (5 of 5)
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_Wallet()0%110100%

File(s)

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

#LineLine coverage
 1namespace DCL
 2{
 3    public class DataStore_Wallet
 4    {
 25        public readonly BaseVariable<bool> isWalletSectionVisible = new (false);
 26        public readonly BaseVariable<bool> isWalletCardVisible = new (false);
 27        public readonly BaseVariable<bool> isInitialized = new (false);
 28        public readonly BaseVariable<double> currentEthereumManaBalance = new (0f);
 29        public readonly BaseVariable<double> currentPolygonManaBalance = new (0f);
 10    }
 11}

Methods/Properties

DataStore_Wallet()