Class: | UIBuildButton |
---|---|
Assembly: | bamlab.micromissiles |
File(s): | /github/workspace/Assets/Scripts/UI/UIBuildButton.cs |
Covered lines: | 0 |
Uncovered lines: | 2 |
Coverable lines: | 2 |
Total lines: | 9 |
Line coverage: | 0% (0 of 2) |
Covered branches: | 0 |
Total branches: | 0 |
Covered methods: | 0 |
Total methods: | 2 |
Method coverage: | 0% (0 of 2) |
Method | Branch coverage | Crap Score | Cyclomatic complexity | NPath complexity | Sequence coverage |
---|---|---|---|---|---|
Start() | 0% | 2 | 1 | 0 | 0% |
Update() | 0% | 2 | 1 | 0 | 0% |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | using System.Collections; | |||
2 | using System.Collections.Generic; | |||
3 | using UnityEngine; | |||
4 |
| |||
5 | public class UIBuildButton : MonoBehaviour { | |||
0 | 6 | void Start() {} | ||
7 |
| |||
0 | 8 | void Update() {} | ||
9 | } |