< Summary

Class:TutorialStepAnimatorHideAudioHandler
Assembly:Onboarding
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Tutorial/Scripts/TutorialStepAnimatorHideAudioHandler.cs
Covered lines:0
Uncovered lines:1
Coverable lines:1
Total lines:8
Line coverage:0% (0 of 1)
Covered branches:0
Total branches:0

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity NPath complexity Sequence coverage
OnStateEnter(...)0%2100%

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Tutorial/Scripts/TutorialStepAnimatorHideAudioHandler.cs

#LineLine coverage
 1using System.Collections;
 2using System.Collections.Generic;
 3using UnityEngine;
 4
 5public class TutorialStepAnimatorHideAudioHandler : StateMachineBehaviour
 6{
 07    override public void OnStateEnter(Animator animator, AnimatorStateInfo stateInfo, int layerIndex) { AudioScriptableO
 8}