< Summary

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

Metrics

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

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/AssetManager/Material/AssetPromiseKeeper_Material.cs

#LineLine coverage
 1namespace DCL
 2{
 3    public class AssetPromiseKeeper_Material : AssetPromiseKeeper<Asset_Material, AssetLibrary_RefCounted<Asset_Material
 4    {
 5        private static AssetPromiseKeeper_Material instance;
 546        public static AssetPromiseKeeper_Material i { get { return instance ??= new AssetPromiseKeeper_Material(); } }
 307        public AssetPromiseKeeper_Material() : base(new AssetLibrary_RefCounted<Asset_Material>()) { }
 8    }
 9}

Methods/Properties

i()
AssetPromiseKeeper_Material()