< Summary

Class:DCL.AssetPromiseKeeper_AB
Assembly:AssetPromiseKeeper
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/AssetBundles/AB/AssetPromiseKeeper_AB.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
AssetPromiseKeeper_AB()0%110100%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/AssetBundles/AB/AssetPromiseKeeper_AB.cs

#LineLine coverage
 1namespace DCL
 2{
 3    public class AssetPromiseKeeper_AB : AssetPromiseKeeper<Asset_AB, AssetLibrary_AB, AssetPromise_AB>
 4    {
 5        private static AssetPromiseKeeper_AB instance;
 7086        public static AssetPromiseKeeper_AB i { get { return instance ??= new AssetPromiseKeeper_AB(); } }
 7
 128        public AssetPromiseKeeper_AB() : base(new AssetLibrary_AB()) { }
 9    }
 10}

Methods/Properties

i()
AssetPromiseKeeper_AB()