Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.16 KB

BinaryDataDecoders.ToolKit_NumericPathSegment.md

File metadata and controls

53 lines (41 loc) · 2.16 KB

BinaryDataDecoders.ToolKit.PathSegments.NumericPathSegment

Summary

Key Value
Class BinaryDataDecoders.ToolKit.PathSegments.NumericPathSegment
Assembly BinaryDataDecoders.ToolKit
Coveredlines 1
Uncoveredlines 1
Coverablelines 2
Totallines 10
Linecoverage 50
Coveredbranches 0
Totalbranches 0
Coveredmethods 1
Totalmethods 2
Methodcoverage 50

Metrics

Complexity Lines Branches Name
1 0 100 ctor
1 100 100 ctor

Files

File - /home/runner/work/BinaryDataDecoders/BinaryDataDecoders/src/BinaryDataDecoders.ToolKit/PathSegments/NumericPathSegment.cs

1:   namespace BinaryDataDecoders.ToolKit.PathSegments;2:3:   public class NumericPathSegment(int value) : BaseValuePathSegment<int>(value)4:   {5:   }
1:   namespace BinaryDataDecoders.ToolKit.PathSegments;2:3:   public class NumericPathSegment(int value) : BaseValuePathSegment<int>(value)4:   {5:   }

Links