< Summary

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

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
DataStore_WSCommunication()0%2100%

File(s)

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

#LineLine coverage
 1namespace DCL
 2{
 3    public class DataStore_WSCommunication
 4    {
 5        [System.NonSerialized]
 06        public string url = "ws://localhost:5000/";
 7
 08        public readonly BaseVariable<bool> communicationEstablished = new BaseVariable<bool>();
 09        public readonly BaseVariable<bool> communicationReady = new BaseVariable<bool>();
 10    }
 11}

Methods/Properties

DataStore_WSCommunication()