< Summary

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

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
DataStore_FriendNotifications()0%110100%

File(s)

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

#LineLine coverage
 1namespace DCL
 2{
 3    public class DataStore_FriendNotifications
 4    {
 45        public readonly BaseVariable<int> seenFriends = new BaseVariable<int>();
 46        public readonly BaseVariable<int> pendingFriendRequestCount = new BaseVariable<int>();
 7    }
 8}

Methods/Properties

DataStore_FriendNotifications()