< Summary

Class:DCL.Backpack.NftBreadcrumbModel
Assembly:BackpackEditorHUDV2
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/BackpackEditorHUDV2/NftBreadcrumbModel.cs
Covered lines:3
Uncovered lines:0
Coverable lines:3
Total lines:9
Line coverage:100% (3 of 3)
Covered branches:0
Total branches:0
Covered methods:6
Total methods:6
Method coverage:100% (6 of 6)

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/BackpackEditorHUDV2/NftBreadcrumbModel.cs

#LineLine coverage
 1namespace DCL.Backpack
 2{
 3    public record NftBreadcrumbModel
 4    {
 615        public int Current { get; set; }
 996        public (string Filter, string Name, string Type, bool Removable)[] Path { get; set; }
 617        public int ResultCount { get; set; }
 8    }
 9}