< Summary

Class:DataStore_NFTShape
Assembly:DCL.Components.LoadableShapes
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Components/LoadableShapes/NFTShape/DataStore_NFTShape.cs
Covered lines:4
Uncovered lines:0
Coverable lines:4
Total lines:7
Line coverage:100% (4 of 4)
Covered branches:0
Total branches:0

Metrics

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

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Components/LoadableShapes/NFTShape/DataStore_NFTShape.cs

#LineLine coverage
 1public class DataStore_NFTShape
 2{
 133    public float loadingMinDistance = 30;
 134    public float hqImgMinDistance = 7;
 135    public float hqImgFacingDotProdMinValue = 0.4f;
 136    public float hqImgInFrontDotProdMinValue = 0.2f;
 7}

Methods/Properties

DataStore_NFTShape()