< Summary

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

Metrics

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

File(s)

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

#LineLine coverage
 1using RPC;
 2
 3namespace DCL
 4{
 5    public class DataStore_RpcContext
 6    {
 87        public readonly RPCContext context = new RPCContext();
 8    }
 9}

Methods/Properties

DataStore_RpcContext()