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

DomCR / ACadSharp / 30620456288

31 Jul 2026 09:34AM UTC coverage: 76.801% (+1.0%) from 75.789%
30620456288

Pull #1151

github

web-flow
Merge 0ffbbdb89 into 25e85fe17
Pull Request #1151: Dynamic parameters

9806 of 13766 branches covered (71.23%)

Branch coverage included in aggregate %.

2995 of 3452 new or added lines in 70 files covered. (86.76%)

74 existing lines in 12 files now uncovered.

34910 of 44457 relevant lines covered (78.53%)

142256.06 hits per line

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

76.92
/src/ACadSharp/Objects/Evaluations/EvaluationGraph.Edge.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects.Evaluations;
4

5
public partial class EvaluationGraph
6
{
7
        public class Edge
8
        {
9
                [DxfCodeValue(92)]
10
                public int Data1 { get; set; }
3,921✔
11

12
                [DxfCodeValue(92)]
13
                public int Data2 { get; set; }
3,921✔
14

15
                [DxfCodeValue(92)]
16
                public int Data3 { get; set; }
3,921✔
17

18
                [DxfCodeValue(92)]
19
                public int Data4 { get; set; }
3,921✔
20

21
                [DxfCodeValue(92)]
22
                public int Data5 { get; set; }
3,921✔
23

24
                [DxfCodeValue(93)]
25
                public int Flags { get; set; }
3,921✔
26

27
                [DxfCodeValue(91)]
28
                public int FromNodeIndex { get; set; }
3,921✔
29

30
                [DxfCodeValue(92)]
31
                public int Index { get; set; }
3,634✔
32

33
                [DxfCodeValue(91)]
34
                public int ToNodeIndex { get; set; }
3,921✔
35

36
                [DxfCodeValue(94)]
37
                public int TrackedCount { get; set; }
3,921✔
38

39
                public Edge Clone()
NEW
40
                {
×
NEW
41
                        return (Edge)MemberwiseClone();
×
NEW
42
                }
×
43
        }
44
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc