< Summary

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

Metrics

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

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/Gif/AssetPromiseKeeper_Gif.cs

#LineLine coverage
 1namespace DCL
 2{
 3    public class AssetPromiseKeeper_Gif : AssetPromiseKeeper<Asset_Gif, AssetLibrary_RefCounted<Asset_Gif>, AssetPromise
 4    {
 5        private static AssetPromiseKeeper_Gif instance;
 06        public static AssetPromiseKeeper_Gif i { get { return instance ??= new AssetPromiseKeeper_Gif(); } }
 7
 128        public AssetPromiseKeeper_Gif() : base(new AssetLibrary_RefCounted<Asset_Gif>()) { }
 9    }
 10}

Methods/Properties

i()
AssetPromiseKeeper_Gif()