< Summary

Class:DCL.ECSComponents.LoadingStateReflection
Assembly:Decentraland.Protocol.GeneratedCode
File(s):/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DecentralandProtocol/LoadingState.gen.cs
Covered lines:0
Uncovered lines:4
Coverable lines:4
Total lines:52
Line coverage:0% (0 of 4)
Covered branches:0
Total branches:0
Covered methods:0
Total methods:2
Method coverage:0% (0 of 2)

Metrics

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

File(s)

/tmp/workspace/unity-renderer/unity-renderer/Assets/Scripts/MainScripts/DCL/DecentralandProtocol/LoadingState.gen.cs

#LineLine coverage
 1// <auto-generated>
 2//     Generated by the protocol buffer compiler.  DO NOT EDIT!
 3//     source: decentraland/sdk/components/common/loading_state.proto
 4// </auto-generated>
 5#pragma warning disable 1591, 0612, 3021
 6#region Designer generated code
 7
 8using pb = global::Google.Protobuf;
 9using pbc = global::Google.Protobuf.Collections;
 10using pbr = global::Google.Protobuf.Reflection;
 11using scg = global::System.Collections.Generic;
 12namespace DCL.ECSComponents {
 13
 14  /// <summary>Holder for reflection information generated from decentraland/sdk/components/common/loading_state.proto</
 15  public static partial class LoadingStateReflection {
 16
 17    #region Descriptor
 18    /// <summary>File descriptor for decentraland/sdk/components/common/loading_state.proto</summary>
 19    public static pbr::FileDescriptor Descriptor {
 020      get { return descriptor; }
 21    }
 22    private static pbr::FileDescriptor descriptor;
 23
 24    static LoadingStateReflection() {
 025      byte[] descriptorData = global::System.Convert.FromBase64String(
 26          string.Concat(
 27            "CjZkZWNlbnRyYWxhbmQvc2RrL2NvbXBvbmVudHMvY29tbW9uL2xvYWRpbmdf",
 28            "c3RhdGUucHJvdG8SImRlY2VudHJhbGFuZC5zZGsuY29tcG9uZW50cy5jb21t",
 29            "b24qXgoMTG9hZGluZ1N0YXRlEgsKB1VOS05PV04QABILCgdMT0FESU5HEAES",
 30            "DQoJTk9UX0ZPVU5EEAISFwoTRklOSVNIRURfV0lUSF9FUlJPUhADEgwKCEZJ",
 31            "TklTSEVEEARCFKoCEURDTC5FQ1NDb21wb25lbnRzYgZwcm90bzM="));
 032      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
 33          new pbr::FileDescriptor[] { },
 34          new pbr::GeneratedClrTypeInfo(new[] {typeof(global::DCL.ECSComponents.LoadingState), }, null, null));
 035    }
 36    #endregion
 37
 38  }
 39  #region Enums
 40  public enum LoadingState {
 41    [pbr::OriginalName("UNKNOWN")] Unknown = 0,
 42    [pbr::OriginalName("LOADING")] Loading = 1,
 43    [pbr::OriginalName("NOT_FOUND")] NotFound = 2,
 44    [pbr::OriginalName("FINISHED_WITH_ERROR")] FinishedWithError = 3,
 45    [pbr::OriginalName("FINISHED")] Finished = 4,
 46  }
 47
 48  #endregion
 49
 50}
 51
 52#endregion Designer generated code