< Summary

Information
Class: Elsa.Workflows.StorageDriverContext
Assembly: Elsa.Workflows.Core
File(s): /home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Core/Contexts/StorageDriverContext.cs
Line coverage
100%
Covered lines: 1
Uncovered lines: 0
Coverable lines: 1
Total lines: 8
Line coverage: 100%
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_ExecutionContext()100%11100%

File(s)

/home/runner/work/elsa-core/elsa-core/src/modules/Elsa.Workflows.Core/Contexts/StorageDriverContext.cs

#LineLine coverage
 1using Elsa.Workflows.Memory;
 2
 3namespace Elsa.Workflows;
 4
 5/// <summary>
 6/// Provides context for storage drivers.
 7/// </summary>
 4088public record StorageDriverContext(IExecutionContext ExecutionContext, Variable Variable, CancellationToken Cancellation

Methods/Properties

get_ExecutionContext()