< Summary

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:11
Line coverage:0% (0 of 2)
Covered branches:0
Total branches:0
Covered methods:0
Total methods:2
Method coverage:0% (0 of 2)

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
Start()0%2100%
Update()0%2100%

File(s)

/github/workspace/Assets/Scripts/UI/UIBuildButton.cs

#LineLine coverage
 1using System.Collections;
 2using System.Collections.Generic;
 3using UnityEngine;
 4
 5public class UIBuildButton : MonoBehaviour {
 6  // Start is called before the first frame update
 07  void Start() {}
 8
 9  // Update is called once per frame
 010  void Update() {}
 11}

Methods/Properties

Start()
Update()