• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DomCR / ACadSharp / 13115488098

03 Feb 2025 02:16PM UTC coverage: 75.824% (-0.4%) from 76.226%
13115488098

push

github

web-flow
Merge pull request #546 from DomCR/issue-529_geodata

Issue 529 geodata

5407 of 7857 branches covered (68.82%)

Branch coverage included in aggregate %.

178 of 394 new or added lines in 14 files covered. (45.18%)

2 existing lines in 1 file now uncovered.

21455 of 27570 relevant lines covered (77.82%)

39131.95 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

40.0
/src/ACadSharp/Objects/GeoData.GeoMeshPoint.cs
1
using ACadSharp.Attributes;
2
using CSMath;
3

4
namespace ACadSharp.Objects
5
{
6

7
        public partial class GeoData
8
        {
9
                public class GeoMeshPoint
10
                {
11
                        /// <summary>
12
                        /// Coordinate of source mesh point.
13
                        /// </summary>
14
                        [DxfCodeValue(13, 23)]
15
                        public XY Source { get; set; }
36✔
16

17
                        /// <summary>
18
                        /// Coordinate of destination mesh point
19
                        /// </summary>
20
                        [DxfCodeValue(14, 24)]
21
                        public XY Destination { get; set; }
36✔
22

23
                        /// <inheritdoc/>
24
                        public override string ToString()
NEW
25
                        {
×
NEW
26
                                return $"src:{this.Source.ToString(System.Globalization.CultureInfo.InvariantCulture)} dest:{this.Destination.ToString(System.Globalization.CultureInfo.InvariantCulture)}";
×
NEW
27
                        }
×
28
                }
29
        }
30
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc