< Summary

Information
Class: Elsa.Workflows.UIHints.CodeEditor.MultiLineOptions
Assembly: Elsa.Workflows.Core
File(s): /home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Core/UIHints/CodeEditor/MultiLineOptions.cs
Line coverage
0%
Covered lines: 0
Uncovered lines: 1
Coverable lines: 1
Total lines: 10
Line coverage: 0%
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
get_EditorHeight()100%210%

File(s)

/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Core/UIHints/CodeEditor/MultiLineOptions.cs

#LineLine coverage
 1using JetBrains.Annotations;
 2
 3namespace Elsa.Workflows.UIHints.CodeEditor;
 4
 5/// <summary>
 6/// Options for the multi-line editor component.
 7/// </summary>
 8/// <param name="EditorHeight">The height of the editor.</param>
 9[PublicAPI]
 010public record MultiLineOptions(EditorHeight EditorHeight);

Methods/Properties

get_EditorHeight()