< Summary

Class:DCL.AssetPromiseKeeper_GLTFast
Assembly:AssetPromiseKeeper
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/GLTFast/AssetPromiseKeeper_GLTFast.cs
Covered lines:0
Uncovered lines:2
Coverable lines:2
Total lines:17
Line coverage:0% (0 of 2)
Covered branches:0
Total branches:0

Metrics

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

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/GLTFast/AssetPromiseKeeper_GLTFast.cs

#LineLine coverage
 1namespace DCL
 2{
 3    public class AssetPromiseKeeper_GLTFast : AssetPromiseKeeper<Asset_GLTFast_Loader, AssetLibrary_GLTFast, AssetPromis
 4    {
 5        private static AssetPromiseKeeper_GLTFast instance;
 6
 7        public static AssetPromiseKeeper_GLTFast i
 8        {
 9            get
 10            {
 011                return instance ??= new AssetPromiseKeeper_GLTFast();
 12            }
 13        }
 14
 015        public AssetPromiseKeeper_GLTFast() : base(new AssetLibrary_GLTFast()) { }
 16    }
 17}

Methods/Properties

i()
AssetPromiseKeeper_GLTFast()