Class: | MainScripts.DCL.Helpers.Utils.Vector2Ext |
---|---|
Assembly: | Utils |
File(s): | /tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Helpers/Utils/Vector2Ext.cs |
Covered lines: | 1 |
Uncovered lines: | 0 |
Coverable lines: | 1 |
Total lines: | 9 |
Line coverage: | 100% (1 of 1) |
Covered branches: | 0 |
Total branches: | 0 |
Covered methods: | 1 |
Total methods: | 1 |
Method coverage: | 100% (1 of 1) |
Method | Branch coverage | Crap Score | Cyclomatic complexity | NPath complexity | Sequence coverage |
---|---|---|---|---|---|
Vector2Ext() | 0% | 1 | 1 | 0 | 100% |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | using UnityEngine; | |||
2 |
| |||
3 | namespace MainScripts.DCL.Helpers.Utils | |||
4 | { | |||
5 | public static class Vector2Ext | |||
6 | { | |||
1 | 7 | public static Vector2 OneHalf = new (0.5f, 0.5f); | ||
8 | } | |||
9 | } |