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: | 1 |
Uncovered lines: | 0 |
Coverable lines: | 1 |
Total lines: | 9 |
Line coverage: | 100% (1 of 1) |
Covered branches: | 0 |
Total branches: | 0 |
Method | Branch coverage | Crap Score | Cyclomatic complexity | NPath complexity | Sequence coverage |
---|---|---|---|---|---|
RPCContext() | 0% | 1 | 1 | 0 | 100% |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | using RPC.Context; | |||
2 |
| |||
3 | namespace RPC | |||
4 | { | |||
5 | public class RPCContext | |||
6 | { | |||
9 | 7 | public CRDTServiceContext crdtContext = new CRDTServiceContext(); | ||
8 | } | |||
9 | } |