< Summary

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

Metrics

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

File(s)

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

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