< Summary

Class:Simulation.FlightPhaseReflection
Assembly:bamlab.micromissiles
File(s):/github/workspace/Assets/Scripts/Generated/Proto/FlightPhase.cs
Covered lines:0
Uncovered lines:5
Coverable lines:5
Total lines:55
Line coverage:0% (0 of 5)
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
FlightPhaseReflection()0%2100%

File(s)

/github/workspace/Assets/Scripts/Generated/Proto/FlightPhase.cs

#LineLine coverage
 1// <auto-generated>
 2//     Generated by the protocol buffer compiler.  DO NOT EDIT!
 3//     source: Simulation/flight_phase.proto
 4// </auto-generated>
 5#pragma warning disable 1591, 0612, 3021, 8981
 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 Simulation {
 13
 14  /// <summary>Holder for reflection information generated from Simulation/flight_phase.proto</summary>
 15  public static partial class FlightPhaseReflection {
 16
 17    #region Descriptor
 18    /// <summary>File descriptor for Simulation/flight_phase.proto</summary>
 19    public static pbr::FileDescriptor Descriptor {
 020      get { return descriptor; }
 21    }
 22    private static pbr::FileDescriptor descriptor;
 23
 024    static FlightPhaseReflection() {
 025      byte[] descriptorData = global::System.Convert.FromBase64String(
 26          string.Concat(
 27            "Ch1TaW11bGF0aW9uL2ZsaWdodF9waGFzZS5wcm90bxIKc2ltdWxhdGlvbiph",
 28            "CgtGbGlnaHRQaGFzZRIPCgtJTklUSUFMSVpFRBAAEgkKBVJFQURZEAESCQoF",
 29            "Qk9PU1QQAhINCglNSURDT1VSU0UQAxIMCghURVJNSU5BTBAEEg4KClRFUk1J",
 30            "TkFURUQQBWIGcHJvdG8z"));
 031      descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
 32          new pbr::FileDescriptor[] { },
 33          new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Simulation.FlightPhase), }, null, null));
 034    }
 35    #endregion
 36
 37  }
 38  #region Enums
 39  /// <summary>
 40  /// Flight phase enumeration.
 41  /// </summary>
 42  public enum FlightPhase {
 43    [pbr::OriginalName("INITIALIZED")] Initialized = 0,
 44    [pbr::OriginalName("READY")] Ready = 1,
 45    [pbr::OriginalName("BOOST")] Boost = 2,
 46    [pbr::OriginalName("MIDCOURSE")] Midcourse = 3,
 47    [pbr::OriginalName("TERMINAL")] Terminal = 4,
 48    [pbr::OriginalName("TERMINATED")] Terminated = 5,
 49  }
 50
 51  #endregion
 52
 53}
 54
 55#endregion Designer generated code