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

xoofx / CppAst.NET / 14789351421

02 May 2025 05:31AM UTC coverage: 79.202%. Remained the same
14789351421

push

github

xoofx
Fix CppClass.ToString() for ObjC generics

1173 of 1868 branches covered (62.79%)

Branch coverage included in aggregate %.

11 of 11 new or added lines in 2 files covered. (100.0%)

5004 of 5931 relevant lines covered (84.37%)

2221.59 hits per line

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

0.0
/src/CppAst/CppInclusionDirective.cs
1
// Copyright (c) Alexandre Mutel. All rights reserved.
2
// Licensed under the BSD-Clause 2 license.
3
// See license.txt file in the project root for full license information.
4

5
namespace CppAst;
6

7
/// <summary>
8
/// Represents a header inclusion directive.
9
/// </summary>
10
public class CppInclusionDirective : CppElement
11
{
12
    /// <summary>
13
    /// Gets or sets the file name being included.
14
    /// </summary>
15
    public string FileName { get; set; }
16

17
    /// <inheritdoc />
18
    public override string ToString() => FileName ?? "<empty>";
×
19
}
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