< Summary

Class:DCL.DataStore_VoiceChat
Assembly:DataStore
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DataStore/DataStore_VoiceChat.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
DataStore_VoiceChat()0%110100%

File(s)

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

#LineLine coverage
 1using System.Collections.Generic;
 2
 3namespace DCL
 4{
 5    public class DataStore_VoiceChat
 6    {
 3937        public readonly BaseVariable<bool> isJoinedToVoiceChat = new BaseVariable<bool>(false);
 3938        public readonly BaseVariable<KeyValuePair<bool, bool>> isRecording = new BaseVariable<KeyValuePair<bool, bool>>(
 9    }
 10}

Methods/Properties

DataStore_VoiceChat()