< Summary

Information
Class: Syki.Back.Features.Cross.GetMfaKey.GetMfaKeyResponseExamples
Assembly: Back
File(s): /home/runner/work/syki/syki/Back/Features/Cross/GetMfaKey/GetMfaKeyResponseExamples.cs
Tag: 22_11348620282
Line coverage
0%
Covered lines: 0
Uncovered lines: 8
Coverable lines: 8
Total lines: 15
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
GetExamples()100%210%

File(s)

/home/runner/work/syki/syki/Back/Features/Cross/GetMfaKey/GetMfaKeyResponseExamples.cs

#LineLine coverage
 1namespace Syki.Back.Features.Cross.GetMfaKey;
 2
 3public class GetMfaKeyResponseExamples : IMultipleExamplesProvider<GetMfaKeyOut>
 4{
 5    public IEnumerable<SwaggerExample<GetMfaKeyOut>> GetExamples()
 6    {
 07        yield return SwaggerExample.Create(
 08      "Key",
 09      new GetMfaKeyOut
 010      {
 011        Key = "COZF2TE2BEWGHEB77A5THFYHPBC2KHPM"
 012      }
 013    );
 014    }
 15}

Methods/Properties

GetExamples()