< Summary

Information
Class: Syki.Back.Features.Cross.SetupMfa.SetupMfaErrorsExamples
Assembly: Back
File(s): /home/runner/work/syki/syki/Back/Features/Cross/SetupMfa/SetupMfaErrorsExamples.cs
Tag: 22_11348620282
Line coverage
0%
Covered lines: 0
Uncovered lines: 2
Coverable lines: 2
Total lines: 9
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/SetupMfa/SetupMfaErrorsExamples.cs

#LineLine coverage
 1namespace Syki.Back.Features.Cross.SetupMfa;
 2
 3public class SetupMfaErrorsExamples : IMultipleExamplesProvider<ErrorOut>
 4{
 5    public IEnumerable<SwaggerExample<ErrorOut>> GetExamples()
 6    {
 07        yield return new InvalidMfaToken().ToSwaggerExampleErrorOut();
 08    }
 9}

Methods/Properties

GetExamples()