< Summary

Class:DCL.DataStore_ExploreV2
Assembly:DataStore
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DataStore/DataStore_ExploreV2.cs
Covered lines:26
Uncovered lines:0
Coverable lines:26
Total lines:34
Line coverage:100% (26 of 26)
Covered branches:0
Total branches:0
Covered methods:1
Total methods:1
Method coverage:100% (1 of 1)

Metrics

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

File(s)

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

#LineLine coverage
 1using UnityEngine;
 2
 3namespace DCL
 4{
 5    public class DataStore_ExploreV2
 6    {
 3057        public readonly BaseVariable<bool> isInitialized = new BaseVariable<bool>(false);
 3058        public readonly BaseVariable<bool> isPlacesAndEventsSectionInitialized = new BaseVariable<bool>(false);
 3059        public readonly BaseVariable<bool> isOpen = new BaseVariable<bool>(false);
 30510        public readonly BaseVariable<bool> isInShowAnimationTransiton = new BaseVariable<bool>(false);
 30511        public readonly BaseVariable<int> currentSectionIndex = new BaseVariable<int>(0);
 30512        public readonly BaseVariable<bool> placesAndEventsVisible = new BaseVariable<bool>(false);
 30513        public readonly BaseVariable<bool> profileCardIsOpen = new BaseVariable<bool>(false);
 30514        public readonly BaseVariable<bool> isSomeModalOpen = new BaseVariable<bool>(false);
 30515        public readonly BaseVariable<Transform> configureBackpackInFullscreenMenu = new BaseVariable<Transform>(null);
 30516        public readonly BaseVariable<Transform> configureMapInFullscreenMenu = new BaseVariable<Transform>(null);
 30517        public readonly BaseVariable<Transform> configureBuilderInFullscreenMenu = new BaseVariable<Transform>(null);
 30518        public readonly BaseVariable<Transform> configureCameraReelInFullScreenMenu = new BaseVariable<Transform>(null);
 30519        public readonly BaseVariable<Transform> configureQuestInFullscreenMenu = new BaseVariable<Transform>(null);
 30520        public readonly BaseVariable<Transform> configureSettingsInFullscreenMenu = new BaseVariable<Transform>(null);
 30521        public readonly BaseVariable<Transform> configureWalletSectionInFullscreenMenu = new BaseVariable<Transform>(nul
 30522        public readonly BaseVariable<Transform> configureMyAccountSectionInFullscreenMenu = new BaseVariable<Transform>(
 30523        public readonly BaseVariable<Transform> topMenuTooltipReference = new BaseVariable<Transform>(null);
 30524        public readonly BaseVariable<Transform> placesAndEventsTooltipReference = new BaseVariable<Transform>(null);
 30525        public readonly BaseVariable<Transform> backpackTooltipReference = new BaseVariable<Transform>(null);
 30526        public readonly BaseVariable<Transform> mapTooltipReference = new BaseVariable<Transform>(null);
 30527        public readonly BaseVariable<Transform> builderTooltipReference = new BaseVariable<Transform>(null);
 30528        public readonly BaseVariable<Transform> questTooltipReference = new BaseVariable<Transform>(null);
 30529        public readonly BaseVariable<Transform> settingsTooltipReference = new BaseVariable<Transform>(null);
 30530        public readonly BaseVariable<Transform> cameraReelTooltipReference = new BaseVariable<Transform>(null);
 30531        public readonly BaseVariable<Transform> profileCardTooltipReference = new BaseVariable<Transform>(null);
 30532        public readonly BaseVariable<ExploreV2CurrentModal> currentVisibleModal = new BaseVariable<ExploreV2CurrentModal
 33    }
 34}

Methods/Properties

DataStore_ExploreV2()