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

MeindertN / RoboClerk / 19596296463

22 Nov 2025 01:38PM UTC coverage: 69.509% (-3.1%) from 72.65%
19596296463

push

github

MeindertN
Simplified metadata collection for contentcreators

2225 of 3255 branches covered (68.36%)

Branch coverage included in aggregate %.

175 of 812 new or added lines in 27 files covered. (21.55%)

354 existing lines in 26 files now uncovered.

7167 of 10257 relevant lines covered (69.87%)

88.21 hits per line

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

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

4
namespace RoboClerk.ContentCreators
5
{
6
    class SoftwareLevelTraceabilityMatrix : TraceabilityMatrixBase
7
    {
NEW
8
        protected override string MatrixTypeName => "Software Level";
×
9

10
        public SoftwareLevelTraceabilityMatrix(IDataSources data, ITraceabilityAnalysis analysis, IConfiguration conf)
11
            : base(data, analysis, conf)
×
12
        {
×
UNCOV
13
        }
×
14

15
        /// <summary>
16
        /// Static metadata for the SoftwareLevelTraceabilityMatrix content creator
17
        /// </summary>
NEW
18
        public static ContentCreatorMetadata StaticMetadata { get; } = CreateMatrixMetadata("Software Level");
×
19

20
        public override string GetContent(IRoboClerkTag tag, DocumentConfig doc)
21
        {
×
22
            truthSource = analysis.GetTraceEntityForID("SoftwareRequirement");
×
23
            return base.GetContent(tag, doc);
×
24
        }
×
25
    }
26
}
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