< Summary

Class:RPC.RPCContext
Assembly:RPC.Context
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/WorldRuntime/KernelCommunication/RPC/Context/RPCContext.cs
Covered lines:3
Uncovered lines:0
Coverable lines:3
Total lines:11
Line coverage:100% (3 of 3)
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
RPCContext()0%110100%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/WorldRuntime/KernelCommunication/RPC/Context/RPCContext.cs

#LineLine coverage
 1using RPC.Context;
 2
 3namespace RPC
 4{
 5    public class RPCContext
 6    {
 3367        public CRDTServiceContext crdt = new CRDTServiceContext();
 3368        public TransportServiceContext transport = new TransportServiceContext();
 3369        public RestrictedActionsContext restrictedActions = new RestrictedActionsContext();
 10    }
 11}

Methods/Properties

RPCContext()