Class: | DCL.AvatarLoadFatalException |
---|---|
Assembly: | AvatarShape |
File(s): | /tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/Components/Avatar/AvatarLoadFatalException.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 |
Method | Branch coverage | Crap Score | Cyclomatic complexity | NPath complexity | Sequence coverage |
---|---|---|---|---|---|
AvatarLoadFatalException(...) | 0% | 2 | 1 | 0 | 0% |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | using System; | |||
2 |
| |||
3 | namespace DCL | |||
4 | { | |||
5 | public class AvatarLoadFatalException : Exception | |||
6 | { | |||
0 | 7 | public AvatarLoadFatalException(string message) : base(message) | ||
8 | { | |||
0 | 9 | } | ||
10 | } | |||
11 | } |