< Summary

Information
Class: ValidateLib.ErrorsAndWarnings.Errors.Specific.InvalidFormatError
Assembly: validatelib.dll
File(s): C:\skola_karlovka\RP\code\csv-validator\CSV_Validator\ValidateLib\ErrorsAndWarnings\Errors\Specific\InvalidFormatError.cs
Line coverage
100%
Covered lines: 2
Uncovered lines: 0
Coverable lines: 2
Total lines: 10
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

MethodBlocks covered Blocks not covered
InvalidFormatError(...)20

File(s)

C:\skola_karlovka\RP\code\csv-validator\CSV_Validator\ValidateLib\ErrorsAndWarnings\Errors\Specific\InvalidFormatError.cs

#LineLine coverage
 1namespace ValidateLib.ErrorsAndWarnings.Errors.Specific
 2{
 3    public class InvalidFormatError : GeneralErrorWithErrorInfo
 4    {
 15        public InvalidFormatError(string invalidFormat) : base(invalidFormat)
 6        {
 7
 18        }
 9    }
 10}

Methods/Properties

InvalidFormatError(string)