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

microsoft / RulesEngine / 12843565311

18 Jan 2025 11:22AM UTC coverage: 94.26% (-1.8%) from 96.012%
12843565311

push

github

web-flow
[Short-Circuiting The Evaluation While Parsing] (#638)

* short-circuiting dynamic evaluation

304 of 368 branches covered (82.61%)

19 of 20 new or added lines in 1 file covered. (95.0%)

11 existing lines in 4 files now uncovered.

624 of 662 relevant lines covered (94.26%)

103.95 hits per line

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

50.0
/src/RulesEngine/Exceptions/RuleException.cs
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3

4
using System;
5
using System.Collections.Generic;
6
using System.Text;
7

8
namespace RulesEngine.Exceptions
9
{
10
    public class RuleException : Exception
11
    {
UNCOV
12
        public RuleException(string message) : base(message)
×
13
        {
UNCOV
14
        }
×
15

16
        public RuleException(string message, Exception innerException) : base(message, innerException)
8✔
17
        {
18
        }
8✔
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