< Summary

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

File(s)

C:\skola_karlovka\RP\code\csv-validator\CSV_Validator\ValidateLib\Metadata\Properties\ColumnReferenceProperty.cs

#LineLine coverage
 1namespace ValidateLib.Metadata.Properties
 2{
 3    public class ColumnReferenceProperty : Property<List<string>>
 4    {
 15        public ColumnReferenceProperty(List<string> value) : base(value) { }
 6
 7    }
 8}