Branch Coverage

blib/lib/Win32/SqlServer/DTS/AssignmentTypes.pm
Criterion Covered Total %
branch 1 2 50.0


line true false branch
124 6 0 if (defined $type_code and $type_code =~ /^\d$/ and $type_code <= scalar @{[('INI', 'Query', 'GlobalVar', 'EnvVar', 'Constant', 'DataFile')];}) { }