< 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: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
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    {
 4097        public CRDTServiceContext crdt = new CRDTServiceContext();
 4098        public TransportServiceContext transport = new TransportServiceContext();
 9    }
 10}

Methods/Properties

RPCContext()