< 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:1
Uncovered lines:0
Coverable lines:1
Total lines:7
Line coverage:100% (1 of 1)
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    {
 125        public AssetPromiseKeeper_AB() : base(new AssetLibrary_AB()) { }
 6    }
 7}

Methods/Properties

AssetPromiseKeeper_AB()