< Summary

Information
Class: Elsa.Testing.Shared.Services.StaticValueHolder
Assembly: Elsa.Testing.Shared.Component
File(s): /home/runner/work/elsa-core/elsa-core/src/common/Elsa.Testing.Shared.Component/Services/StaticValueHolder.cs
Line coverage
100%
Covered lines: 1
Uncovered lines: 0
Coverable lines: 1
Total lines: 6
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_Value()100%11100%

File(s)

/home/runner/work/elsa-core/elsa-core/src/common/Elsa.Testing.Shared.Component/Services/StaticValueHolder.cs

#LineLine coverage
 1namespace Elsa.Testing.Shared.Services;
 2
 3public static class StaticValueHolder
 4{
 125    public static object? Value { get; set; }
 6}

Methods/Properties

get_Value()