< Summary

Class:QuitGame
Assembly:Test
File(s):D:/--UnityProject/VR/VRExplorer_subjects/escapeVr/Assets/Script/QuitGame.cs
Covered lines:0
Uncovered lines:3
Coverable lines:3
Total lines:12
Line coverage:0% (0 of 3)
Covered branches:0
Total branches:0
Covered methods:0
Total methods:1
Method coverage:0% (0 of 1)

Coverage History

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
ExitGame()0%0000%

File(s)

D:/--UnityProject/VR/VRExplorer_subjects/escapeVr/Assets/Script/QuitGame.cs

#LineLine coverage
 1using System.Collections;
 2using System.Collections.Generic;
 3using UnityEngine;
 4using UnityEngine.EventSystems;
 5
 6public class QuitGame : MonoBehaviour
 7{
 8    public void ExitGame()
 09    {
 010        Application.Quit();
 011    }
 12}

Methods/Properties

ExitGame()