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

dendrodocs / dotnet-shared-lib / 15994140882

01 Jul 2025 08:33AM UTC coverage: 96.104%. Remained the same
15994140882

push

github

web-flow
Add comprehensive XML documentation for IDE IntelliSense support (#42)

* Complete XML documentation for all public APIs

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eNeRGy164 <10671831+eNeRGy164@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

247 of 275 branches covered (89.82%)

Branch coverage included in aggregate %.

567 of 572 relevant lines covered (99.13%)

0.99 hits per line

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

0.0
/src/DendroDocs.Shared/Statements/ForEach.cs
1
namespace DendroDocs;
2

3
/// <summary>
4
/// Represents a foreach loop statement.
5
/// </summary>
6
[DebuggerDisplay("ForEach")]
7
public class ForEach : Statement
8
{
9
    /// <summary>
10
    /// Gets or sets the expression that defines the foreach iteration.
11
    /// </summary>
12
    public string? Expression { get; set; }
×
13
}
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