< Summary

Class:NavMapScrollRect
Assembly:Navmap
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/NavMap/NavMapScrollRect.cs
Covered lines:0
Uncovered lines:2
Coverable lines:2
Total lines:12
Line coverage:0% (0 of 2)
Covered branches:0
Total branches:0

Metrics

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

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Controllers/HUD/NavMap/NavMapScrollRect.cs

#LineLine coverage
 1using System.Collections;
 2using System.Collections.Generic;
 3using UnityEngine;
 4
 5public class NavMapScrollRect : MonoBehaviour
 6{
 7    // Start is called before the first frame update
 08    void Start() { }
 9
 10    // Update is called once per frame
 011    void Update() { }
 12}

Methods/Properties

Start()
Update()