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

MeindertN / RoboClerk / 18259610252

05 Oct 2025 01:45PM UTC coverage: 73.034% (-6.7%) from 79.726%
18259610252

push

github

MeindertN
WIP: Fixed tests

1701 of 2443 branches covered (69.63%)

Branch coverage included in aggregate %.

5525 of 7451 relevant lines covered (74.15%)

89.65 hits per line

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

0.0
/RoboClerk.Core/ContentCreators/SystemLevelTraceabilityMatrix.cs
1
using RoboClerk.Core.Configuration;
2
using RoboClerk.Core;
3

4
namespace RoboClerk.ContentCreators
5
{
6
    class SystemLevelTraceabilityMatrix : TraceabilityMatrixBase
7
    {
8
        public SystemLevelTraceabilityMatrix(IDataSources data, ITraceabilityAnalysis analysis, IConfiguration conf)
9
            : base(data, analysis, conf)
×
10
        {
×
11

12
        }
×
13

14
        public override string GetContent(IRoboClerkTag tag, DocumentConfig doc)
15
        {
×
16
            truthSource = analysis.GetTraceEntityForID("SystemRequirement");
×
17
            return base.GetContent(tag, doc);
×
18
        }
×
19
    }
20
}
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