< Summary

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

MethodBlocks covered Blocks not covered
WrongNumberOfTabularIRIsProvidedError(...)02

File(s)

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

#LineLine coverage
 1namespace ValidateLib.ErrorsAndWarnings.Errors.Specific
 2{
 3    public class WrongNumberOfTabularIRIsProvidedError : GeneralError
 4    {
 05        public WrongNumberOfTabularIRIsProvidedError(int numberOfIris) : base(numberOfIris) { }
 6
 7    }
 8}