< Summary

Information
Class: Elsa.Diagnostics.StructuredLogs.Models.StructuredLogException
Assembly: Elsa.Diagnostics.StructuredLogs
File(s): /home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Diagnostics.StructuredLogs/Models/StructuredLogException.cs
Line coverage
75%
Covered lines: 3
Uncovered lines: 1
Coverable lines: 4
Total lines: 6
Line coverage: 75%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity Line coverage
.ctor(...)100%11100%
get_Type()100%210%
get_Message()100%11100%
get_StackTrace()100%11100%

File(s)

/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Diagnostics.StructuredLogs/Models/StructuredLogException.cs

#LineLine coverage
 1namespace Elsa.Diagnostics.StructuredLogs.Models;
 2
 63public record StructuredLogException(
 04    string Type,
 85    string Message,
 116    string? StackTrace);