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

DomCR / MeshIO / 21166946639

20 Jan 2026 09:50AM UTC coverage: 7.034% (-35.8%) from 42.797%
21166946639

Pull #42

github

web-flow
Merge 5d235f9a7 into 0b667ac73
Pull Request #42: Project refactor

141 of 2937 branches covered (4.8%)

Branch coverage included in aggregate %.

0 of 538 new or added lines in 21 files covered. (0.0%)

3017 existing lines in 78 files now uncovered.

727 of 9403 relevant lines covered (7.73%)

20.05 hits per line

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

0.0
/src/MeshIO/SceneElement.cs
1
namespace MeshIO
2
{
3
        public abstract class SceneElement : Element3D
4
        {
5
                /// <summary>
6
                /// Scene where this element belongs to
7
                /// </summary>
8
                public Scene Scene { get; }
×
9

UNCOV
10
                public SceneElement() : base() { }
×
11

UNCOV
12
                public SceneElement(string name) : base(name) { }
×
13
        }
14
}
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