Class: | KernelConfigurationBridge |
---|---|
Assembly: | KernelConfigurationBridge |
File(s): | /tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Bridges/KernelConfigurationBridge/KernelConfigurationBridge.cs |
Covered lines: | 0 |
Uncovered lines: | 1 |
Coverable lines: | 1 |
Total lines: | 7 |
Line coverage: | 0% (0 of 1) |
Covered branches: | 0 |
Total branches: | 0 |
Method | Branch coverage | Crap Score | Cyclomatic complexity | NPath complexity | Sequence coverage |
---|---|---|---|---|---|
SetKernelConfiguration(...) | 0% | 2 | 1 | 0 | 0% |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | using DCL; | |||
2 | using UnityEngine; | |||
3 |
| |||
4 | public class KernelConfigurationBridge : MonoBehaviour | |||
5 | { | |||
0 | 6 | public void SetKernelConfiguration(string json) { KernelConfig.i.Set(json); } | ||
7 | } |