< Summary

Class:LoadingHUDControllerDesktop
Assembly:LoadingHUDDesktop
File(s):/tmp/workspace/explorer-desktop/unity-renderer-desktop/Assets/Scripts/MainScripts/DCL/Controllers/HUD/Loading/LoadingHUDControllerDesktop.cs
Covered lines:0
Uncovered lines:1
Coverable lines:1
Total lines:11
Line coverage:0% (0 of 1)
Covered branches:0
Total branches:0

Metrics

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

File(s)

/tmp/workspace/explorer-desktop/unity-renderer-desktop/Assets/Scripts/MainScripts/DCL/Controllers/HUD/Loading/LoadingHUDControllerDesktop.cs

#LineLine coverage
 1using System.Collections;
 2using System.Collections.Generic;
 3using UnityEngine;
 4
 5    public class LoadingHUDControllerDesktop : LoadingHUDController
 6    {
 7        protected override LoadingHUDView CreateView()
 8        {
 09            return LoadingHUDViewDesktop.Create(this);
 10        }
 11    }

Methods/Properties

CreateView()